updated web support
This commit is contained in:
parent
1161380eab
commit
c48360e0d2
@ -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>{};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user