Future fetchCampaign(int campaignId) async { _campaign = await _causesService.getCampaign(campaignId); notifyListeners(); }