canAuthenticateWithBiometricsStrong method
Check if device supports strong biometric authentication
Implementation
Future<bool> canAuthenticateWithBiometricsStrong() {
throw UnimplementedError('canAuthenticateWithBiometricsStrong() has not been implemented.');
}