authorise static method

void authorise(
  1. String token
)

Implementation

static void authorise(String token) {
    _client.token = token;
}