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