getCredentialsFile function
Gets the path to the credentials file.
Implementation
File getCredentialsFile() {
return File('${getConfigDir().path}/${AuthDefaults.credentialsFilename}');
}
Gets the path to the credentials file.
File getCredentialsFile() {
return File('${getConfigDir().path}/${AuthDefaults.credentialsFilename}');
}