certFromMap method
Creates app certificate from service account Map
Implementation
Credential certFromMap(Map<String, dynamic> path) {
return ServiceAccountCredential(path);
}
Creates app certificate from service account Map
Credential certFromMap(Map<String, dynamic> path) {
return ServiceAccountCredential(path);
}