getCachedUserStatus method

NIMUserStatus? getCachedUserStatus(
  1. String accountId
)

获取缓存的用户状态

Implementation

NIMUserStatus? getCachedUserStatus(String accountId) {
  return _userStatusCache[accountId];
}