isWellknownPath static method

  1. @Deprecated("Use `isWellKnownPath`")
bool isWellknownPath(
  1. String path
)

Implementation

@Deprecated("Use `isWellKnownPath`")
static bool isWellknownPath(String path) => isWellKnownPath(path);