currentUrl property
String
get
currentUrl
The full current browser URL.
Implementation
String get currentUrl => web.window.location.href;
The full current browser URL.
String get currentUrl => web.window.location.href;