subscribeTopic method

void subscribeTopic(
  1. String topic
)

Implementation

void subscribeTopic(String topic) {
  subscribedTopics.add(topic);
}