hasPlatformAuthenticators method

Future<bool?> hasPlatformAuthenticators()

Implementation

Future<bool?> hasPlatformAuthenticators() async {
  return await _channel.invokeMethod('hasPlatformAuthenticators');
}