ValueUpdater<T> typedef

ValueUpdater<T> = void Function(T value)

updater

Implementation

typedef ValueUpdater<T> = void Function(T value);