初始化存储实例。
configName 用于指定存储空间或命名空间。
configName
@override Future<void> init(String configName) async { _box = await Hive.openBox(configName); }