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