init method

void init()

Implementation

void init() {
  initSections();
  fetchNotifications();
  fetchCauses();
}