previous method

void previous()

Implementation

void previous() {
  _sceneState?._prevBehavior();
  _cutSceneState?._prevBehavior();
}