dispose method

  1. @override
Future<void> dispose()
override

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');
}