init static method

void init(
  1. String apiKey
)

Set your API key once.

Implementation

static void init(String apiKey) {
  _apiKey = apiKey;
}