setAuth method

void setAuth(
  1. String token
)

Implementation

void setAuth(String token) {
  authCmd = new AuthCmd(cmdId: 0, token: token);
}