CookieManager.fromPlatform constructor

CookieManager.fromPlatform(
  1. PlatformCookieManager platform
)

Constructs a CookieManager from a specific platform implementation.

Implementation

CookieManager.fromPlatform(this.platform);