PlatformSessionStorageCreationParams.fromPlatformStorageCreationParams constructor
Creates a PlatformSessionStorageCreationParams instance based on PlatformStorageCreationParams.
Implementation
factory PlatformSessionStorageCreationParams.fromPlatformStorageCreationParams(
PlatformStorageCreationParams params,
) {
return PlatformSessionStorageCreationParams(params);
}