createPlatformWebAuthenticationSessionStatic method

PlatformWebAuthenticationSession createPlatformWebAuthenticationSessionStatic()

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_forge instead.

Implementation

PlatformWebAuthenticationSession
createPlatformWebAuthenticationSessionStatic() {
  throw UnimplementedError(
    'createPlatformWebAuthenticationSessionStatic is not implemented on the current platform.',
  );
}