WebStorageManager constructor

WebStorageManager()

Class that implements a singleton object (shared instance) which manages the web storage used by WebView instances.

Implementation

WebStorageManager()
  : this.fromPlatformCreationParams(
      const PlatformWebStorageManagerCreationParams(),
    );