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