loadScene method
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);
Seeks a scene with sceneId
in the Tree, then makes it the next one.
NovelStateSnapshot loadScene(String sceneId) =>
copyWith(sceneId: sceneId, lastScene: this.sceneId);