initialize method

Future<void> initialize()

Initialize the integration service (load local cache)

Implementation

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