ProviderHelpers extension

Provider utilities that are added to BuildContext.

on

Methods

dependOnProvidedStoreOfExactType<T extends Store>() → T
Returns the first Store with the exact type T provided by the nearest parent Provider.