PlatformStorageCreationParams constructor
- required PlatformInAppWebViewController? controller,
- required WebStorageType webStorageType,
Used by the platform implementation to create a new PlatformStorage.
Implementation
const PlatformStorageCreationParams({
required this.controller,
required this.webStorageType,
});