CookieManager constructor

CookieManager()

Class that implements a singleton object (shared instance) which manages the cookies used by WebView instances.

Implementation

CookieManager()
  : this.fromPlatformCreationParams(
      const PlatformCookieManagerCreationParams(),
    );