LiveActivitiesConfig constructor
LiveActivitiesConfig({
- List<
LiveActivityTemplate> types = const [], - String? customType,
- LiveActivitiesBranding? branding,
Implementation
LiveActivitiesConfig({
this.types = const [],
this.customType,
this.branding,
});