subscriber method
Get cached subscription for the given user Id
Implementation
TopicSubscription? subscriber(String userId) {
return _users[userId];
}
Get cached subscription for the given user Id
TopicSubscription? subscriber(String userId) {
return _users[userId];
}