setToken static method

void setToken(
  1. String value
)

Implementation

static void setToken(String value) {
  _TOKEN_VALUE = value;
}