setApiToken static method

void setApiToken(
  1. String token
)

Implementation

static void setApiToken(String token) {
  _apiToken = token;
}