Dart SDK
dart:html
CustomStream
add
method
add
CustomStream
Constructors
CustomStream
Methods
add
pipe
take
map
listen
timeout
distinct
takeWhile
fold
toSet
firstWhere
forEach
skipWhile
join
contains
asyncExpand
lastWhere
singleWhere
drain
asyncMap
handleError
reduce
transform
every
any
toList
where
asBroadcastStream
skip
expand
elementAt
void
add
(
T
event
)
Add the following custom event to the stream for dispatching to interested listeners.