OAuthCredentials.fromJsonFile constructor
- File jsonFile
Implementation
factory OAuthCredentials.fromJsonFile(File jsonFile) {
return OAuthCredentials.fromYamlString(jsonFile.readAsStringSync());
}
factory OAuthCredentials.fromJsonFile(File jsonFile) {
return OAuthCredentials.fromYamlString(jsonFile.readAsStringSync());
}