currentPath method

  1. @override
String? currentPath()
override

It gets the current path

Implementation

@override
String? currentPath() {
  return html.window.location.pathname;
}