RateMyApp.customConditions constructor

const RateMyApp.customConditions({
  1. String preferencesPrefix = 'rateMyApp_',
  2. String? googlePlayIdentifier,
  3. String? appStoreIdentifier,
  4. required List<Condition> conditions,
})

Creates a new Rate my app instance with custom conditions.

Implementation

const RateMyApp.customConditions({
  this.preferencesPrefix = 'rateMyApp_',
  this.googlePlayIdentifier,
  this.appStoreIdentifier,
  required this.conditions,
});