Removes the tag with the specified key in the MBAudienceTagsManager instance. @param tag The tag that needs to be removed.
MBAudienceTagsManager
Future<void> removeTag(String tag) async { return _tagsManager.removeTag(tag); }