checkAuthenticatorStatus method

Future<MarkAuthenticatorStatus> checkAuthenticatorStatus(
  1. MarkAuthenticatorType authenticatorType
)

Implementation

Future<MarkAuthenticatorStatus> checkAuthenticatorStatus(MarkAuthenticatorType authenticatorType) async {
  throw UnimplementedError('checkAuthenticationTypeStatus() has not been implemented.');
}