UrlPresenter typedef

UrlPresenter = void Function(Uri uri)

Signature used by the _codeExchangeSignIn to allow opening a browser window in a platform specific way.

Implementation

typedef UrlPresenter = void Function(Uri uri);