prevPage method

bool prevPage()

Implementation

bool prevPage(){
  if(_prevPageCallback != null) return _prevPageCallback!();
  return false;
}