refresh method

Future<void> refresh()

Implementation

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