createPlatformCookieManagerStatic method

PlatformCookieManager createPlatformCookieManagerStatic()

Creates a new empty PlatformCookieManager to access static methods.

This function should only be called by the app-facing package. Look at using CookieManager in flutter_inappwebview_forge instead.

Implementation

PlatformCookieManager createPlatformCookieManagerStatic() {
  throw UnimplementedError(
    'createPlatformCookieManagerStatic is not implemented on the current platform.',
  );
}