SupportPortalConfig constructor
const
SupportPortalConfig({})
Implementation
const SupportPortalConfig({
required this.domain,
required this.platformId,
required this.appId,
required this.apiUrl,
this.wsUrl,
this.primaryColor,
this.theme,
this.welcomeMessage,
this.maxOpenTickets = 10,
this.helpCenterUrl,
this.enableDebugLogging = false,
});