refreshValue<T> method
Rebuilds an async AsyncProvider and returns its future value.
Implementation
Future<T> refreshValue<T>(
AsyncProvider<T> provider, {
bool keepPrevious = true,
}) => _core.refreshValue(provider, keepPrevious: keepPrevious);