setToken method

dynamic setToken(
  1. String token
)

Implementation

setToken(String token) {
  _token = token;
}