static Future<void> removeAttribute(String key) async { return _channel.invokeMethod('removeAttribute', key); }