push method

void push(
  1. Page _page
)

Implementation

void push(Page _page) {
  _pages.add(_page);
  _afterAction();
}