refresh<State> abstract method
Re-create the state of a provider and return the new state.
Implementation
State refresh<State>(ProviderBase<State> provider);
Re-create the state of a provider and return the new state.
State refresh<State>(ProviderBase<State> provider);