ProviderHelpers extension

Provider utilities that are added to BuildContext.

on

Methods

dependOnProvidedStoreOfExactType<T extends Store>() → T

Available on BuildContext, provided by the ProviderHelpers extension

Returns the first Store with the exact type T provided by the nearest parent Provider.