subscribeToTopic static method

dynamic subscribeToTopic(
  1. String topic
)

Implementation

static subscribeToTopic(String topic) {
  _channel.invokeListMethod("subscribeToTopic", topic);
}