getGoogleApiKey static method

String getGoogleApiKey()

Implementation

static String getGoogleApiKey() {
  return _config['googleApiKey'] ?? '';
}