ChatwootWidget constructor
ChatwootWidget({})
Implementation
ChatwootWidget(
{Key? key,
required this.websiteToken,
required this.baseUrl,
this.user,
this.locale = "en",
this.customAttributes,
this.closeWidget,
this.onAttachFile,
this.onLoadStarted,
this.onLoadProgress,
this.onLoadCompleted})
: super(key: key);