projectId property

String projectId

The project ID decoded from the apiKey. This is an internal function, and is not meant to be used by consumers of the SDK.

Implementation

String get projectId {
  return _splitToken.first;
}