onComplete property
WebAuthenticationSessionCompletionHandler?
get
onComplete
A completion handler the session calls when it completes successfully, or when the user cancels the session.
Implementation
WebAuthenticationSessionCompletionHandler get onComplete =>
throw UnimplementedError(
'onComplete is not implemented on the current platform');