initialize method

Future<void> initialize()

Initialize the categorizer (load local cache)

Implementation

Future<void> initialize() async {
  await cacheService.initialize();
}