PlatformCookieManager.implementation constructor

  1. @protected
PlatformCookieManager.implementation(
  1. PlatformCookieManagerCreationParams params
)

Used by the platform implementation to create a new PlatformCookieManager.

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

Implementation

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