around method

Future<void> around()

Fetches the initial blocklist.

Implementation

Future<void> around() async {
  Log.debug('around()', '$runtimeType');

  await _blocklistRepo.blocklist.clear();
  await _blocklistRepo.blocklist.around();
}