Close the types box
Future<void> closeTypesBox({ String? pw, }) async { await _ensureInit(pw: pw); if (Hive.isBoxOpen('types')) { await Hive.box('types').close(); } }