cancelCurrentAuthenticatorOperation method

  1. @override
Future<void> cancelCurrentAuthenticatorOperation()
override

Cancels the ongoing authenticator operation (if there is one). This is important for the case when conditional UI has been started but the user decides ignore that and login by typing his username instead.

Implementation

@override
Future<void> cancelCurrentAuthenticatorOperation() {
  return Future.value();
}