getDebugPath method

  1. @Deprecated("I'm sorry that i doesn't have a Mac, so doesn't know the path relationship in debug mode")
  2. @override
String getDebugPath()
override

Implementation

@Deprecated(
    "I'm sorry that i doesn't have a Mac, so doesn't know the path relationship in debug mode")
@override
String getDebugPath() {
  throw UnimplementedError();
}