setAttribute function

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

Implementation

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