ValueCallback<V> typedef

ValueCallback<V> = void Function(V value)

Callback One

Implementation

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