reload method

void reload()

Implementation

void reload() {
  _future = widget.fetchFun();
  setState(() {});
}