createPlatformCookieManager method

  1. @override
PlatformCookieManager createPlatformCookieManager()
override

Implementation

@override
PlatformCookieManager createPlatformCookieManager() {
  return MethodChannelPlatformCookieManager();
}