getContact method

TopicSubscription? getContact(
  1. String topicName
)

Get a contact from cache

Implementation

TopicSubscription? getContact(String topicName) {
  return _contacts[topicName];
}