SdkFeatures constructor

const SdkFeatures({
  1. bool feedback = true,
  2. bool featureRequests = true,
  3. bool roadmap = true,
  4. bool changelog = true,
})

Creates an SdkFeatures set with customizable surface toggles.

Implementation

const SdkFeatures({
  this.feedback = true,
  this.featureRequests = true,
  this.roadmap = true,
  this.changelog = true,
});