dispose method
Disposes of the AsyncComputed instance, cancelling any ongoing computation.
Implementation
@override
void dispose() {
_cancel?.call();
super.dispose();
}
Disposes of the AsyncComputed instance, cancelling any ongoing computation.
@override
void dispose() {
_cancel?.call();
super.dispose();
}