complete method
Receives the completion.
Implementation
@override
@nonVirtual
void complete() {
if (isDisposed) {
return;
}
onComplete();
}
Receives the completion.
@override
@nonVirtual
void complete() {
if (isDisposed) {
return;
}
onComplete();
}