add method
- @override
Adds data
to the sink.
Must not be called after a call to close.
Implementation
@override
void add(_) {
_controller.add(_);
}
Adds data
to the sink.
Must not be called after a call to close.
@override
void add(_) {
_controller.add(_);
}