refresh method

void refresh()

Implementation

void refresh() {
  if (!mounted) return;
  setState(() {
    // nothing to do here
  });
}