@override Future<void> addTag(String key, String value) async { await methodChannel.invokeMethod('addTag', {'key': key, 'value': value}); }