refreshValue<T> abstract method

Future<T> refreshValue<T>(
  1. AsyncProvider<T> provider, {
  2. bool keepPrevious = true,
})

Implementation

Future<T> refreshValue<T>(
  AsyncProvider<T> provider, {
    bool keepPrevious = true,
});