onResult property
void Function(T)?
onResult
final
Callback to allow each value to be retrieved separately, rather than having the result of the change be of type DateTime
Implementation
final void Function(T)? onResult;