onDispose property

void Function(SaveObserver $, T last, A arg)? onDispose
final

Runs when the state is disposed.

Implementation

final void Function(SaveObserver $, T last, A arg)? onDispose;