OnLimitedLaunch typedef
OnLimitedLaunch =
dynamic Function(BackdoorPaymentModel backdoorPaymentModel, int currentCount)
Callback type for handling limited launch scenarios.
This function is invoked when the application is in a limited launch state, providing the payment model and the current launch count.
Implementation
typedef OnLimitedLaunch = Function(
BackdoorPaymentModel backdoorPaymentModel,
int currentCount,
);