WebAuthenticationSessionCompletionHandler typedef
A completion handler for the PlatformWebAuthenticationSession.
Implementation
typedef WebAuthenticationSessionCompletionHandler =
Future<void> Function(WebUri? url, WebAuthenticationSessionError? error)?;