Fetches the initial blocklist.
Future<void> around() async { Log.debug('around()', '$runtimeType'); await _blocklistRepo.blocklist.clear(); await _blocklistRepo.blocklist.around(); }