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