userTokenExpired method

void userTokenExpired()

登录凭证过期,需要重新登录

Implementation

void userTokenExpired() {
  onUserTokenExpired?.call();
}