initialize method

Future<void> initialize()

Implementation

Future<void> initialize() async => _box = await Hive.openBox(kAppBoxName);