menu
webview_inapp package
documentation
flutter_inappwebview.dart
WebUri
hasAuthority property
hasAuthority property
dark_mode
light_mode
hasAuthority
property
@
override
bool
get
hasAuthority
override
Whether the URI has an
authority
component.
Implementation
@override bool get hasAuthority => _uri.hasAuthority;
webview_inapp package
documentation
flutter_inappwebview
WebUri
hasAuthority property
WebUri class