next method

Future<void> next()

Fetches the next blocklist page.

Implementation

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