setToken method

void setToken(
  1. String token
)

Implementation

void setToken(String token) {
  _service.setToken(token);
}