WebAuthenticationSessionCompletionHandler typedef

WebAuthenticationSessionCompletionHandler = Future<void> Function(WebUri? url, WebAuthenticationSessionError? error)?

A completion handler for the PlatformWebAuthenticationSession.

Implementation

typedef WebAuthenticationSessionCompletionHandler =
    Future<void> Function(WebUri? url, WebAuthenticationSessionError? error)?;