reset method
Resets this BlocklistRepository.
Implementation
Future<void> reset() async {
Log.debug('reset()', '$runtimeType');
await blocklist.clear();
await blocklist.around();
}
Resets this BlocklistRepository.
Future<void> reset() async {
Log.debug('reset()', '$runtimeType');
await blocklist.clear();
await blocklist.around();
}