stop method

  1. @mustCallSuper
void stop()

Implementation

@mustCallSuper
void stop() {
  currentState = CurrentState.stop;
}