getStartingUrl function

Uri? getStartingUrl()

Implementation

Uri? getStartingUrl() {
  var url = window.location.href;
  return url.toUri();
}