We are using biometric_storage in at_client_mobile.
When we add at_client_mobile as dependency, biometric_storage throws following exception in Windows platform.
Looks like some method channel functions are not getting invoked.
If we add biometric_storage under the dependencies section directly, the issue does not come. This only seems to happen when biometric_storage is a transitive depedency.
We are using biometric_storage in at_client_mobile. When we add
at_client_mobile
as dependency,biometric_storage
throws following exception in Windows platform.Looks like some method channel functions are not getting invoked.
If we add biometric_storage under the dependencies section directly, the issue does not come. This only seems to happen when biometric_storage is a transitive depedency.