StateUpdateFunction<T> typedef
StateUpdateFunction<T> =
void Function(T snapshot)
Implementation
typedef StateUpdateFunction<T> = void Function(T snapshot);
typedef StateUpdateFunction<T> = void Function(T snapshot);