hasCredentialFeature property

Future<bool?> hasCredentialFeature

Weather this platform has PasswordCredential Feature.

Implementation

Future<bool?> get hasCredentialFeature async {
  return await _channel.invokeMethod("hasCredentialFeature");
}