menu
webview_inapp_platform_interface package
documentation
flutter_inappwebview_platform_interface.dart
WebUri
hasScheme property
hasScheme property
dark_mode
light_mode
hasScheme
property
@
override
bool
get
hasScheme
override
Whether the URI has a
scheme
component.
Implementation
@override bool get hasScheme => _uri.hasScheme;
webview_inapp_platform_interface package
documentation
flutter_inappwebview_platform_interface
WebUri
hasScheme property
WebUri class