Fetches the next paginated page.
@override Future<void> next() async { Log.debug('next()', '$runtimeType'); await _pagination?.next(); }