refresh method

void refresh()

Refresh this tab.

Implementation

void refresh() {
  setState(() {});
}