doNext method
- @protected
- @mustCallSuper
- dynamic value
Passes the next value to the destination.
Implementation
@protected
@mustCallSuper
void doNext(dynamic value) => destination.next(value);
Passes the next value to the destination.
@protected
@mustCallSuper
void doNext(dynamic value) => destination.next(value);