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