ComputeResult<T> typedef
ComputeResult<T> =
void Function(T state, RxStatus status)
Implementation
typedef ComputeResult<T> = void Function(T state, RxStatus status);
typedef ComputeResult<T> = void Function(T state, RxStatus status);