removeTags static method

Future<bool?> removeTags({
  1. required List tags,
})

Implementation

static Future<bool?> removeTags({
  required List tags,
}) {
  return ChannelTalkFlutterPlatform.instance.removeTags(tags);
}