You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/CookieManagerHostApiImpl.java
Copy file name to clipboardExpand all lines: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/GeneratedAndroidWebView.java
+86-12Lines changed: 86 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
-
// Autogenerated from Pigeon (v9.2.4), do not edit directly.
4
+
// Autogenerated from Pigeon (v9.2.5), do not edit directly.
5
5
// See also: https://pub.dev/packages/pigeon
6
6
7
7
packageio.flutter.plugins.webviewflutter;
@@ -589,12 +589,25 @@ public void dispose(@NonNull Long identifierArg, @NonNull Reply<Void> callback)
589
589
channelReply -> callback.reply(null));
590
590
}
591
591
}
592
-
/** Generated interface from Pigeon that represents a handler of messages from Flutter. */
592
+
/**
593
+
* Host API for `CookieManager`.
594
+
*
595
+
* <p>This class may handle instantiating and adding native object instances that are attached to
596
+
* a Dart instance or handle method calls on the associated native class or an instance of the
597
+
* class.
598
+
*
599
+
* <p>Generated interface from Pigeon that represents a handler of messages from Flutter.
Copy file name to clipboardExpand all lines: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/WebViewFlutterPlugin.java
Copy file name to clipboardExpand all lines: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/CookieManagerHostApiImplTest.java
0 commit comments