clear method
Removes all elements in the queue. The size of the queue becomes zero.
Implementation
@override
void clear() => apply(clear, null);
Removes all elements in the queue. The size of the queue becomes zero.
@override
void clear() => apply(clear, null);