menu
fastyle_iap package
documentation
logic/persistence/entities/in_app_purchase.entity.dart
FastInAppPurchase
FastInAppPurchase.new const constructor
FastInAppPurchase.new const constructor
dark_mode
light_mode
FastInAppPurchase
constructor
const
FastInAppPurchase
(
{
required
String
productId
,
bool
enabled
=
false
,
})
Implementation
const FastInAppPurchase({ required this.productId, this.enabled = false, });
fastyle_iap package
documentation
logic/persistence/entities/in_app_purchase.entity
FastInAppPurchase
FastInAppPurchase.new const constructor
FastInAppPurchase class