canAuthenticateWithBiometricsStrong method

Future<bool> canAuthenticateWithBiometricsStrong()

Check if device supports strong biometric authentication

Implementation

Future<bool> canAuthenticateWithBiometricsStrong() {
  throw UnimplementedError('canAuthenticateWithBiometricsStrong() has not been implemented.');
}