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

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.