Fetches the next paginated page.
FutureOr<void> next() async { if (_chatRepository.hasNext.value) { Log.debug('next()', '$runtimeType'); await _chatRepository.next(); } }