next method

FutureOr<void> next()

Fetches the next paginated page.

Implementation

FutureOr<void> next() {
  Log.debug('next()', '$runtimeType');
  return _contactRepository.next();
}