menu
flutter_inappwebview_web package
documentation
web/in_app_web_view_web_element.dart
InAppWebViewWebElement
isSecureContext method
isSecureContext method
dark_mode
light_mode
isSecureContext
method
Future
<
bool
>
isSecureContext
(
)
Implementation
Future<bool> isSecureContext() async { return jsWebView?.isSecureContext().toDart ?? false; }
flutter_inappwebview_web package
documentation
web/in_app_web_view_web_element
InAppWebViewWebElement
isSecureContext method
InAppWebViewWebElement class