start method

  1. @override
void start()
override

Start the executor.

Implementation

@override
void start() {
  _isStarting = true;
  info('Starting $this');
  _stateMachine.start();
}