createPlatformWebAuthenticationSessionStatic method
PlatformWebAuthenticationSession
createPlatformWebAuthenticationSessionStatic()
inherited
Creates a new empty PlatformWebAuthenticationSession
to access static methods.
This function should only be called by the app-facing package.
Look at using WebAuthenticationSession
in flutter_inappwebview
instead.
Implementation
PlatformWebAuthenticationSession
createPlatformWebAuthenticationSessionStatic() {
throw UnimplementedError(
'createPlatformWebAuthenticationSessionStatic is not implemented on the current platform.');
}