initialize method
Initialize the categorizer (load local cache)
Implementation
Future<void> initialize() async {
await cacheService.initialize();
}
Initialize the categorizer (load local cache)
Future<void> initialize() async {
await cacheService.initialize();
}