location method
Implementation
String location() {
final currentMatch = _getLastRouteMatch();
final matchList = _getRouteMatchList(currentMatch);
return matchList.uri.toString();
}
String location() {
final currentMatch = _getLastRouteMatch();
final matchList = _getRouteMatchList(currentMatch);
return matchList.uri.toString();
}