cancelAuthentication method
Cancel current authentication
Implementation
Future<void> cancelAuthentication() {
throw UnimplementedError('cancelAuthentication() has not been implemented.');
}
Cancel current authentication
Future<void> cancelAuthentication() {
throw UnimplementedError('cancelAuthentication() has not been implemented.');
}