last method

void last()

上一页

Implementation

void last() {
  nextType = -1;
  notifyListeners();
}