LiveActivitiesConfig constructor

LiveActivitiesConfig({
  1. List<LiveActivityTemplate> types = const [],
  2. String? customType,
  3. LiveActivitiesBranding? branding,
})

Implementation

LiveActivitiesConfig({
  this.types = const [],
  this.customType,
  this.branding,
});