setApiKey method

void setApiKey (
  1. String key
)

Implementation

void setApiKey(String key) {
  API_KEY = key;
}