updated web support
This commit is contained in:
parent
1161380eab
commit
c48360e0d2
@ -1890,6 +1890,7 @@ class InAppWebViewController
|
||||
///**Supported Platforms/Implementations**:
|
||||
///- Android native WebView
|
||||
///- iOS
|
||||
///- Web
|
||||
Future<void> setSettings({required InAppWebViewSettings settings}) async {
|
||||
Map<String, dynamic> args = <String, dynamic>{};
|
||||
|
||||
@ -1902,6 +1903,7 @@ class InAppWebViewController
|
||||
///**Supported Platforms/Implementations**:
|
||||
///- Android native WebView
|
||||
///- iOS
|
||||
///- Web
|
||||
Future<InAppWebViewSettings?> getSettings() async {
|
||||
Map<String, dynamic> args = <String, dynamic>{};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user