removeTag static method

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

Implementation

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