credentialsFile top-level property

File credentialsFile

Credentials json

Implementation

File get credentialsFile => File(
      join(dartConfigHome(), 'pub-credentials.json'),
    );