removeAttribute static method

Future<void> removeAttribute(
  1. String key
)

Implementation

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