Dart
dart:collection
Queue
<
E
>
clear abstract method
description
clear method
void
clear
(
)
Removes all elements in the queue. The size of the queue becomes zero.
Implementation
void
clear();