refresh method

Future<State> refresh(
  1. WidgetRef ref
)

Implementation

Future<State> refresh(WidgetRef ref) {
  ref.refresh(this);
  return ref.read(future);
}