loadNoData method

void loadNoData()

Implementation

void loadNoData() {
  _refreshControllers.forEach((element) {
    element.loadNoData();
  });
}