setAuthToken static method
Sets the auth token for all current and future ApiClient instances.
Implementation
static void setAuthToken(String token) {
_authToken = token;
}
Sets the auth token for all current and future ApiClient instances.
static void setAuthToken(String token) {
_authToken = token;
}