@override Future<void> metaClear() async { final box = await meta; if (box == null) return; await box.clear(); }