setAccessToken static method

void setAccessToken(
  1. String token
)

The access token that is used to access resources provided by Mapbox services.

Implementation

static void setAccessToken(String token) {
  _options.setAccessToken(token);
}