next method

void next()

下一页

Implementation

void next() {
  nextType = 1;
  notifyListeners();
}