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 typeT
provided by the nearest parent Provider.