signInWithBiometric method

Future<Response<void>> signInWithBiometric()

Signs in the user using biometric authentication.

Implementation

Future<Response<void>> signInWithBiometric() {
  throw UnimplementedError(
    "Method signInWithBiometric() is not yet implemented.",
  );
}