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