removeAttributes function

  1. @JS('removeAttributes')
void removeAttributes([
  1. dynamic key,
  2. dynamic value
])

Implementation

@JS('removeAttributes')
external void removeAttributes([dynamic? key, dynamic? value]);