onDispose property

OnDisposeCallback<S>? onDispose
final

A function that will be run when the StoreBuilder is removed from the Widget Tree.

It is run in the State.dispose method.

This can be useful for dispatching actions that remove stale data from your State tree.

Implementation

final OnDisposeCallback<S>? onDispose;