projectId property
String?
get
projectId
Returns the current project id of the service account.
Implementation
String? get projectId => _authenticator.projectId;
Returns the current project id of the service account.
String? get projectId => _authenticator.projectId;