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