currentState method

CoreState currentState()
inherited

The current (most recent) store state. This will return the current state the store holds at the time the method is called.

Implementation

St currentState() => _store.state;