execute method

S execute(
  1. State<S, dynamic> state
)

Run the computation and returns the state only.

Implementation

S execute(State<S, dynamic> state) => run(state).second;