init static method
Internal — called by Server.init.
Implementation
static Future<void> init() async {
_box = await Hive.openBox(_kHiveBox);
}
Internal — called by Server.init.
static Future<void> init() async {
_box = await Hive.openBox(_kHiveBox);
}