updated web support

This commit is contained in:
Lorenzo Pichilli 2022-04-22 13:39:41 +02:00
parent 1161380eab
commit c48360e0d2

View File

@ -1890,6 +1890,7 @@ class InAppWebViewController
///**Supported Platforms/Implementations**: ///**Supported Platforms/Implementations**:
///- Android native WebView ///- Android native WebView
///- iOS ///- iOS
///- Web
Future<void> setSettings({required InAppWebViewSettings settings}) async { Future<void> setSettings({required InAppWebViewSettings settings}) async {
Map<String, dynamic> args = <String, dynamic>{}; Map<String, dynamic> args = <String, dynamic>{};
@ -1902,6 +1903,7 @@ class InAppWebViewController
///**Supported Platforms/Implementations**: ///**Supported Platforms/Implementations**:
///- Android native WebView ///- Android native WebView
///- iOS ///- iOS
///- Web
Future<InAppWebViewSettings?> getSettings() async { Future<InAppWebViewSettings?> getSettings() async {
Map<String, dynamic> args = <String, dynamic>{}; Map<String, dynamic> args = <String, dynamic>{};