onUpdate property

void Function(SaveObserver $, T value, A arg)? onUpdate
final

Runs on everytime the state changes.

Implementation

final void Function(SaveObserver $, T value, A arg)? onUpdate;