doComplete method
- @protected
- @mustCallSuper
Passes the completion to the destination.
Implementation
@protected
@mustCallSuper
void doComplete() {
destination.complete();
dispose();
}
Passes the completion to the destination.
@protected
@mustCallSuper
void doComplete() {
destination.complete();
dispose();
}