location method

String location()

Implementation

String location() {
  final currentMatch = _getLastRouteMatch();
  final matchList = _getRouteMatchList(currentMatch);

  return matchList.uri.toString();
}