onExecute method

FutureOr<void> onExecute(
  1. State state,
  2. System system
)

Called at the beginning of the execution phase.

Implementation

FutureOr<void> onExecute(State state, System system) async {}