dispose method

Future<void> dispose()

Disposes the web authentication session.

Officially Supported Platforms/Implementations:

  • iOS
  • MacOS

Implementation

Future<void> dispose() => platform.dispose();