PlatformLocalStorage.implementation constructor

  1. @protected
PlatformLocalStorage.implementation(
  1. PlatformLocalStorageCreationParams params
)

Used by the platform implementation to create a new PlatformLocalStorage.

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

Implementation

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