cancelAuthentication method

Future<void> cancelAuthentication()

Cancel current authentication

Implementation

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