createPlatformWebStorageManager method
Creates a new PlatformWebStorageManager.
This function should only be called by the app-facing package.
Look at using CookieManager in flutter_inappwebview
instead.
Implementation
PlatformWebStorageManager createPlatformWebStorageManager(
PlatformWebStorageManagerCreationParams params,
) {
throw UnimplementedError(
'createPlatformWebStorageManager is not implemented on the current platform.');
}