signInWithBiometric method
Signs in the user using biometric authentication.
Implementation
Future<Response<void>> signInWithBiometric() {
throw UnimplementedError(
"Method signInWithBiometric() is not yet implemented.",
);
}
Signs in the user using biometric authentication.
Future<Response<void>> signInWithBiometric() {
throw UnimplementedError(
"Method signInWithBiometric() is not yet implemented.",
);
}