PlatformWebStorage.implementation constructor

  1. @protected
PlatformWebStorage.implementation(
  1. PlatformWebStorageCreationParams params
)

Used by the platform implementation to create a new PlatformWebStorage.

Should only be used by platform implementations because they can't extend a class that only contains a factory constructor.

Implementation

@protected
PlatformWebStorage.implementation(this.params) : super(token: _token);