biometricAuthAvailable method
Returns information about the biometric availability on the device.
Implementation
Future<String?> biometricAuthAvailable() {
throw UnimplementedError(
'biometricAuthAvailable() has not been implemented.',
);
}