features/store/providers/store_providers library
Classes
- StoreAccessProvider
- The account's entitlements, capabilities, content, and allowances.
- StoreAvailableProvider
- Whether this build can sell anything at all.
- StoreCatalogProvider
- The offers this build can buy, priced by the storefronts it carries.
- StoreProductsProvider
- SDK-native product details, for the storefronts that have any.
Properties
- storeAccessProvider → StoreAccessProvider
-
The account's entitlements, capabilities, content, and allowances.
final
- storeAvailableProvider → StoreAvailableProvider
-
Whether this build can sell anything at all.
final
- storeCatalogProvider → StoreCatalogProvider
-
The offers this build can buy, priced by the storefronts it carries.
final
- storeProductsProvider → StoreProductsProvider
-
SDK-native product details, for the storefronts that have any.
final
Functions
-
knownAccess(
WidgetRef ref) → AccessSnapshot? - The account's access as far as it is actually known, for marking pickers.
-
seatingLocked(
AccessSnapshot? access, String tier) → bool -
Whether
accessis known not to include seating a bot intier. -
storeAccess(
Ref ref) → Future< AccessSnapshot> - The account's entitlements, capabilities, content, and allowances.
-
storeAvailable(
Ref ref) → bool - Whether this build can sell anything at all.
-
storeCatalog(
Ref ref) → Future< CommerceCatalog> - The offers this build can buy, priced by the storefronts it carries.
-
storeProducts(
Ref ref) → Future< Map< String, StoreProduct> > - SDK-native product details, for the storefronts that have any.