addTag static method

Future<void> addTag(
  1. List<String> topicName
)

Implementation

static Future<void> addTag(List<String> topicName) async {
  await _channel.invokeMethod(ADDTAG, topicName);
}