remove abstract method
Remove the class value
from element, and return true on successful
removal.
This is the Dart equivalent of jQuery's removeClass.
Implementation
@override
bool remove(Object? value);
Remove the class value
from element, and return true on successful
removal.
This is the Dart equivalent of jQuery's removeClass.
@override
bool remove(Object? value);