next method

void next()

Implementation

void next() {
  _sceneState?._nextBehavior();
  _cutSceneState?._nextBehavior();
}