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/WebSettingsCompatProxyApi.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@
10
10
importandroidx.webkit.WebViewFeature;
11
11
12
12
/**
13
-
* Host api implementation for {@link WebSettingsCompat}.
13
+
* Proxy API implementation for {@link WebSettingsCompat}.
14
14
*
15
-
* <p>Handles static methods for {@link WebSettingsCompat}.
15
+
* <p>This class may handle instantiating and adding native object instances that are attached to a
16
+
* Dart instance or handle method calls on the associated native class or an instance of the class.
Copy file name to clipboardExpand all lines: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/WebViewFeatureProxyApi.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,10 @@
8
8
importandroidx.webkit.WebViewFeature;
9
9
10
10
/**
11
-
* Host api implementation for {@link WebViewFeature}.
11
+
* Proxy API implementation for {@link WebViewFeature}.
12
12
*
13
-
* <p>Handles creating {@link WebViewFeature}s that intercommunicate with a paired Dart object.
13
+
* <p>This class may handle instantiating and adding native object instances that are attached to a
14
+
* Dart instance or handle method calls on the associated native class or an instance of the class.
0 commit comments