refresh method

Future<void> refresh()

Refresh items

Implementation

Future<void> refresh() async {
  ref.invalidateSelf();
}