initSecrets static method

void initSecrets()

Implementation

static void initSecrets() {
  for (final key in _initEnvKyes) {
    _getEnvVariableSecret(key);
  }
}