fetchFAQs method
Implementation
void fetchFAQs() async {
setBusy(true);
await _faqService.fetchFAQs();
setBusy(false);
notifyListeners();
}
void fetchFAQs() async {
setBusy(true);
await _faqService.fetchFAQs();
setBusy(false);
notifyListeners();
}