goToStart method

void goToStart()

Go to start.

Implementation

void goToStart() {
  paginator = paginator.copyWith(page: 0);
  _cursor = 0;
}