watch<S> method

S watch<S>(
  1. ProviderBase<S> provider
)

Implementation

S watch<S>(ProviderBase<S> provider) => _core.watch(provider);