token property

AuthToken? token

Current user token

Implementation

AuthToken? get token {
  return _authService.authToken;
}