AppbaseSettings constructor

AppbaseSettings({
  1. bool? recordAnalytics,
  2. bool? enableQueryRules,
  3. String? userId,
  4. Map<String, String>? customEvents,
})

Implementation

AppbaseSettings({
  bool? this.recordAnalytics,
  bool? this.enableQueryRules,
  String? this.userId,
  Map<String, String>? this.customEvents,
}) {}