LiveChatChannels constructor

const LiveChatChannels({
  1. Key? key,
  2. required String widgetUUID,
  3. required AppUserModel appUserModel,
})

Implementation

const LiveChatChannels(
    {super.key, required this.widgetUUID, required this.appUserModel});