dispose method
dispose all the resources and close the worker
Implementation
@override
void dispose() {
_subscription?.cancel();
super.dispose();
}
dispose all the resources and close the worker
@override
void dispose() {
_subscription?.cancel();
super.dispose();
}