loadScene method

NovelStateSnapshot loadScene(
  1. String sceneId
)

Seeks a scene with sceneId in the Tree, then makes it the next one.

Implementation

NovelStateSnapshot loadScene(String sceneId) =>
    copyWith(sceneId: sceneId, lastScene: this.sceneId);