menu
flutter_inappwebview_web package
documentation
web/in_app_web_view_web_element.dart
InAppWebViewWebElement
getSettings method
getSettings method
dark_mode
light_mode
getSettings
method
Future
<
Map
<
String
,
dynamic
>
>
getSettings
(
)
Implementation
Future<Map<String, dynamic>> getSettings() async { return settings!.toMap(); }
flutter_inappwebview_web package
documentation
web/in_app_web_view_web_element
InAppWebViewWebElement
getSettings method
InAppWebViewWebElement class