init static method

Future<void> init()

Internal — called by Server.init.

Implementation

static Future<void> init() async {
  _box = await Hive.openBox(_kHiveBox);
}