ProviderReadExt extension

Extension methods on BuildContext to read and watch provided data.

on

Methods

maybeRead<T>() → T?

Available on BuildContext, provided by the ProviderReadExt extension

Reads the provided data of type T without listening for updates.
read<T>() → T

Available on BuildContext, provided by the ProviderReadExt extension

Reads the provided data of type T without listening for updates.