StateCallback<T> typedef

StateCallback<T> = void Function(T state)

Implementation

typedef StateCallback<T> = void Function(T state);