setAccessToken static method
The access token that is used to access resources provided by Mapbox services.
Implementation
static void setAccessToken(String token) {
_options.setAccessToken(token);
}
The access token that is used to access resources provided by Mapbox services.
static void setAccessToken(String token) {
_options.setAccessToken(token);
}