getFullPath method

  1. @override
String getFullPath()
override

It retrieves the full path of the current location

Implementation

@override
String getFullPath() {
  _warningLog();
  return "";
}