setApiKey static method

void setApiKey(
  1. String key
)

Implementation

static void setApiKey(String key) {
  _apiKey = key;
}