cancelCurrentAuthenticatorOperation method

Future<void> cancelCurrentAuthenticatorOperation()

Cancels the current authenticator operation.

Implementation

Future<void> cancelCurrentAuthenticatorOperation() {
  return _platform.cancelCurrentAuthenticatorOperation();
}