read<S> abstract method
Reads the current value of provider without subscribing.
Implementation
S read<S>(ProviderBase<S> provider);
Reads the current value of provider without subscribing.
S read<S>(ProviderBase<S> provider);