read<S> abstract method

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

Reads the current value of provider without subscribing.

Implementation

S read<S>(ProviderBase<S> provider);