nextPage method

bool nextPage()

Implementation

bool nextPage(){
  if(_nextPageCallback != null) return _nextPageCallback!();
  return false;
}