SetValueCallback<T> typedef

SetValueCallback<T> = void Function(T value)

Implementation

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