menu
bones_ui package
documentation
bones_ui_kit.dart
getUriBase function
getUriBase function
dark_mode
light_mode
getUriBase
function
Uri
getUriBase
(
)
Returns platform base Uri. See
Uri.base
.
In the browser is the current window.location.href.
When not in a Browser is the current working directory.
Implementation
Uri getUriBase() { return Uri.base; }
bones_ui package
documentation
bones_ui_kit
getUriBase function
bones_ui_kit library