refresh method

Future<void> refresh()

Implementation

Future<void> refresh() async {
  filter.skip = 0;
  pagingController.refresh();
}