clear method
override
    Removes all elements in the queue. The size of the queue becomes zero.
Implementation
@override
void clear() {
  _base.clear();
}Removes all elements in the queue. The size of the queue becomes zero.
@override
void clear() {
  _base.clear();
}