stopAuthentication method

Future<bool> stopAuthentication()

Cancels any authentication currently in progress.

Returns true if auth was cancelled successfully. Returns false if there was no authentication in progress, or an error occurred.

Implementation

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