cancelAuthentication method

Future<bool> cancelAuthentication()

Dismisses the authentication prompt that is being shown, if any.

Returns true if there was a prompt to dismiss, false otherwise.

Implementation

Future<bool> cancelAuthentication() {
  throw UnimplementedError(
    'cancelAuthentication() has not been implemented.',
  );
}