init method

  1. @mustCallSuper
void init()

Implementation

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