fetchCampaign method
Implementation
void fetchCampaign() async {
this._campaign = await _causesService.getCampaign(this._listCampaign.id);
notifyListeners();
}
void fetchCampaign() async {
this._campaign = await _causesService.getCampaign(this._listCampaign.id);
notifyListeners();
}