waitForToken method

Future<String?> waitForToken()

Resolves the raw token query parameter of the callback (null on timeout/cancel).

Implementation

Future<String?> waitForToken() => _result?.future ?? Future.value();