currentPath method

  1. @override
String? currentPath()
override

It gets the current path

Implementation

@override
String? currentPath() {
  _warningLog();
  return null;
}