userDescription method
Get user description from global cache. The user does not need to be a subscriber of this topic.
Implementation
TopicSubscription? userDescription(String userId) {
var user = _cacheManager.getUser(userId);
return user;
}
Get user description from global cache. The user does not need to be a subscriber of this topic.
TopicSubscription? userDescription(String userId) {
var user = _cacheManager.getUser(userId);
return user;
}