getPackageConfig method
Retrieves a file within the .dart_tool directory the file may NOT exist
Implementation
Future<File> getPackageConfig() => resolvePackageConfigFile(this);
Retrieves a file within the .dart_tool directory the file may NOT exist
Future<File> getPackageConfig() => resolvePackageConfigFile(this);