setCookie method

Future<void> setCookie(
  1. WebViewCookie cookie
)

Sets a cookie for all WebView instances.

Implementation

Future<void> setCookie(WebViewCookie cookie) {
  throw UnimplementedError(
      'setCookie is not implemented on the current platform');
}