nextPage method

bool nextPage()

Navigate to the next page. Returns true if successful.

Implementation

bool nextPage() {
  return _sdk.nextPage();
}