setTopic static method

dynamic setTopic(
  1. String topic
)

Implementation

static setTopic(String topic) async {
  await _channel.invokeMethod('setTopic', topic);
}