dispose method
Disposes the web authentication session.
Officially Supported Platforms/Implementations:
- iOS
- MacOS
Implementation
Future<void> dispose() => platform.dispose();
Disposes the web authentication session.
Officially Supported Platforms/Implementations:
Future<void> dispose() => platform.dispose();