removeAll abstract method
Remove all classes specified in iterable
from element.
This is the Dart equivalent of jQuery's removeClass.
Implementation
@override
void removeAll(Iterable<Object?> iterable);
Remove all classes specified in iterable
from element.
This is the Dart equivalent of jQuery's removeClass.
@override
void removeAll(Iterable<Object?> iterable);