Dart API Reference
dart:async
EventSink
add
add
method
Send a data event to a stream.
void
add
(
T
event
)
Send a data event to a stream.