remove abstract method

  1. @override
bool remove(
  1. Object? value
)
override

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);