stop method

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

Stop the executor. Stopped until start or restart is called.

Implementation

@override
@nonVirtual
void stop() {
  info('Stopping $this');
  _stateMachine.stop();
}