ValueCallback<T> typedef

ValueCallback<T> = void Function(T value)

Implementation

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