@override Future<void> removeTag(String tag) { return methodChannel.invokeMethod('removeTag', {"tag": tag}); }