refresh method

void refresh()

Implementation

void refresh() {
  onRefresh.value?.call();
}