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;