createPlatformWebStorageManagerStatic method

PlatformWebStorageManager createPlatformWebStorageManagerStatic()

Creates a new empty PlatformWebStorageManager to access static methods.

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

Implementation

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