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