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