refresh method

void refresh(
  1. Widget widget
)

Implementation

void refresh(Widget widget) {
  this.widget = widget;
  _refreshController.add(null);
}