getPackageConfig method

Future<File> getPackageConfig()

Retrieves a file within the .dart_tool directory the file may NOT exist

Implementation

Future<File> getPackageConfig() => resolvePackageConfigFile(this);