dispose method

Future<void> dispose()

Releases authentication-method resources.

Implementation

Future<void> dispose() async {
  await cancelPendingChallenge();
}