start method

  1. @override
  2. @nonVirtual
void start()
override

Start the executor.

Implementation

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