NextState<S> typedef

NextState<S> = S Function(S state, dynamic action)

Implementation

typedef NextState<S> = S Function(S state, dynamic action);