PlatformWebStorageCreationParams constructor

const PlatformWebStorageCreationParams({
  1. required PlatformLocalStorage localStorage,
  2. required PlatformSessionStorage sessionStorage,
})

Used by the platform implementation to create a new PlatformWebStorage.

Implementation

const PlatformWebStorageCreationParams(
    {required this.localStorage, required this.sessionStorage});