refresh method

Future<void> refresh()

Refresh the list.

Implementation

Future<void> refresh() {
  return refreshCallback?.call() ?? Future.value();
}