diff --git a/lib/src/in_app_webview/in_app_webview_controller.dart b/lib/src/in_app_webview/in_app_webview_controller.dart index d0585399..3c44e53d 100644 --- a/lib/src/in_app_webview/in_app_webview_controller.dart +++ b/lib/src/in_app_webview/in_app_webview_controller.dart @@ -1890,6 +1890,7 @@ class InAppWebViewController ///**Supported Platforms/Implementations**: ///- Android native WebView ///- iOS + ///- Web Future setSettings({required InAppWebViewSettings settings}) async { Map args = {}; @@ -1902,6 +1903,7 @@ class InAppWebViewController ///**Supported Platforms/Implementations**: ///- Android native WebView ///- iOS + ///- Web Future getSettings() async { Map args = {};