currentPath function

String currentPath()

Implementation

String currentPath() {
  return window.location.pathname;
}