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