video_player
dart:collection
Queue
abstract method clear
clear
class Queue
Constructors
Queue
from
Properties
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
runtimeType
single
Methods
add
addAll
addFirst
addLast
clear
remove
removeFirst
removeLast
removeWhere
retainWhere
any
contains
elementAt
every
expand
firstWhere
fold
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
Operators
operator ==
void
clear
(
)
Removes all elements in the queue. The size of the queue becomes zero.
Source
void clear();
method clear