replaceScene method
Implementation
void replaceScene(SceneSnapshot snapshot) {
_core.writeReplaceScene(snapshot);
_clearPendingLine();
_setSelectionRect(null);
}
void replaceScene(SceneSnapshot snapshot) {
_core.writeReplaceScene(snapshot);
_clearPendingLine();
_setSelectionRect(null);
}