callback property
void Function(T value)
callback
final
The callback to execute whenever the source notifies a change.
Implementation
final void Function(T value) callback;
The callback to execute whenever the source notifies a change.
final void Function(T value) callback;