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