refresh method

void refresh()

Implementation

void refresh(){
  isLoading = true;
  widget.onRefresh();
  isLoading = false;
}