currentUrl property
String
get
currentUrl
Get the current full URL from the browser
Implementation
static String get currentUrl {
if (!Webify.isInitialized) return '';
return Webify.instance.platform.currentUrl;
}