api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Removes a single instance of value from the queue.
value
Returns true if a value was removed, or false if the queue contained no element equal to value.
true
false
bool remove(Object? value);