refresh<State> abstract method

State refresh<State>(
  1. ProviderBase<State> provider
)

Re-create the state of a provider and return the new state.

Implementation

State refresh<State>(ProviderBase<State> provider);