getApiKey method

String getApiKey()

Implementation

String getApiKey() {
  if (_apiKey == '') throw StateError(_notInitialized);
  return _apiKey;
}