Fetches the next blocklist page.
Future<void> next() { Log.debug('next()', '$runtimeType'); return _blocklistRepo.blocklist.next(); }