getContact method
Get a contact from cache
Implementation
TopicSubscription? getContact(String topicName) {
return _contacts[topicName];
}
Get a contact from cache
TopicSubscription? getContact(String topicName) {
return _contacts[topicName];
}