getCachedUserStatus method
获取缓存的用户状态
Implementation
NIMUserStatus? getCachedUserStatus(String accountId) {
return _userStatusCache[accountId];
}
获取缓存的用户状态
NIMUserStatus? getCachedUserStatus(String accountId) {
return _userStatusCache[accountId];
}