dispose method
Disposes the web authentication session.
Officially Supported Platforms/Implementations:
- iOS
- MacOS
Implementation
@override
Future<void> dispose() {
throw UnimplementedError(
'cancel is not implemented on the current platform');
}