setAuthToken method

void setAuthToken(
  1. String token
)

Implementation

void setAuthToken(String token) {
  _authToken = token;
}