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