callback property

FutureOr<void> Function(T value) callback
final

The callback to execute whenever the source notifies a change.

Implementation

final FutureOr<void> Function(T value) callback;