init method

void init()

reset

Implementation

void init() {
  _state?.init();
}