read<N extends BaseNotifier<T>, T, R> abstract method

R read<N extends BaseNotifier<T>, T, R>(
  1. BaseWatchable<N, T, R> watchable
)

Get the current value of a provider without listening to changes.

Implementation

R read<N extends BaseNotifier<T>, T, R>(BaseWatchable<N, T, R> watchable);