setToken method

void setToken(
  1. String token
)

设置Token

Implementation

void setToken(String token) {
  _token = token;
}