firstPage method

void firstPage()

Go to the first page.

Implementation

void firstPage() {
  currentPage = 0;
}