@override Future<void> metaDelete(String key) async { final box = await meta; if (box == null) return; await box.delete(key); }