PlatformWebStorageCreationParams constructor
- required PlatformLocalStorage localStorage,
- required PlatformSessionStorage sessionStorage,
Used by the platform implementation to create a new PlatformWebStorage.
Implementation
const PlatformWebStorageCreationParams({
required this.localStorage,
required this.sessionStorage,
});