changeParent method

void changeParent(
  1. Page page
)

Used to reassign page to another place in the Story.

Implementation

void changeParent(Page page) {
  parent = page;
}