Future<void> initBox() async { Hive.init("${(await getApplicationDocumentsDirectory()).path}/boxes"); }