PlatformStorageCreationParams constructor

const PlatformStorageCreationParams({
  1. required PlatformInAppWebViewController? controller,
  2. required WebStorageType webStorageType,
})

Used by the platform implementation to create a new PlatformStorage.

Implementation

const PlatformStorageCreationParams({
  required this.controller,
  required this.webStorageType,
});