InAppDialog constructor
InAppDialog({
- Key? key,
- required InAppModel inAppModel,
Implementation
InAppDialog({super.key, required this.inAppModel});
InAppDialog({super.key, required this.inAppModel});