getFullPath method

  1. @override
String getFullPath()
override

It retrieves the full path of the current location

Implementation

@override
String getFullPath() {
  return html.window.location.href;
}