@override Future<void> clearBox(String boxName) async { Box box = await getBox(boxName); box.clear(); }