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