setAuthToken static method

dynamic setAuthToken(
  1. String token
)

Implementation

static setAuthToken(String token) => _authToken = token;