setApiKey method

void setApiKey(
  1. String key
)

Set API key

Implementation

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