refresh<T> method

T refresh<T>(
  1. Provider<T> provider
)

Implementation

T refresh<T>(Provider<T> provider) => _core.refresh(provider);