refresh<T> method
Re-create the state of a provider and return the new state.
Implementation
@override
T refresh<T>(ProviderBase<T> provider) {
_assertNotOutdated();
return _container.refresh(provider);
}
Re-create the state of a provider and return the new state.
@override
T refresh<T>(ProviderBase<T> provider) {
_assertNotOutdated();
return _container.refresh(provider);
}