InsightsConfiguration constructor

InsightsConfiguration({
  1. bool? insightsEnabled,
  2. bool? notificationsEnabled,
})

Implementation

InsightsConfiguration({
  this.insightsEnabled,
  this.notificationsEnabled,
});