getApiKeyService method

ApiKeyService getApiKeyService()

Implementation

ApiKeyService getApiKeyService() {
  _apiKeyService ??= ApiKeyService(this);
  return _apiKeyService!;
}