onDone method
Callback when the async operation is done.
Implementation
@protected
@mustCallSuper
void onDone() {
_callbacks?.onDone?.call();
observer?.onDone(this);
}
Callback when the async operation is done.
@protected
@mustCallSuper
void onDone() {
_callbacks?.onDone?.call();
observer?.onDone(this);
}