createPlatformSessionStorageStatic method

PlatformSessionStorage createPlatformSessionStorageStatic()

Creates a new empty PlatformSessionStorage to access static methods.

This function should only be called by the app-facing package. Look at using PlatformSessionStorage in flutter_inappwebview_forge instead.

Implementation

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