FastIapPlanBuilder constructor
const
FastIapPlanBuilder({
- Key? key,
- required BlocBuilder<
FastPlanBlocState> builder, - FastPlanBuilderCondition? buildWhen,
- bool onlyWhenIsRestoringPlanChanges = false,
- bool onlyWhenPurchaseChanges = false,
Creates a FastIapPlanBuilder widget.
builder
must be provided.
Implementation
const FastIapPlanBuilder({
super.key,
required this.builder,
this.buildWhen,
this.onlyWhenIsRestoringPlanChanges = false,
this.onlyWhenPurchaseChanges = false,
});