refresh method

  1. @override
void refresh()
override

Implementation

@override
void refresh() {
  if (!_dispose) {
    super.refresh();
  }
}