cancelCurrentAuthenticatorOperation method
Cancels the current authenticator operation.
Implementation
Future<void> cancelCurrentAuthenticatorOperation() {
return _platform.cancelCurrentAuthenticatorOperation();
}
Cancels the current authenticator operation.
Future<void> cancelCurrentAuthenticatorOperation() {
return _platform.cancelCurrentAuthenticatorOperation();
}