ValueBuilderUpdateCallback<T> typedef
ValueBuilderUpdateCallback<T> =
void Function(T snapshot)
Defines a callback that takes a value of generic type T and returns nothing
Implementation
typedef ValueBuilderUpdateCallback<T> = void Function(T snapshot);