menu
webview_inapp package
documentation
flutter_inappwebview.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 package
documentation
flutter_inappwebview
WebUri
hasScheme property
WebUri class