GetState<S> typedef

GetState<S> = S Function()

The GetState is basically just a deferred way to get a state of a ReduxStore stream at any given point in time. So you have to call this method to get the state.

Implementation

typedef GetState<S> = S Function();