AppticsAppUpdateNotSupported constructor

AppticsAppUpdateNotSupported({
  1. required String title,
  2. required String description,
  3. required String continueBtTxt,
  4. required int alertType,
  5. required String updateId,
})

Implementation

AppticsAppUpdateNotSupported(
    {required this.title,
    required this.description,
    required this.continueBtTxt,
    required this.alertType,
    required this.updateId});