methods/stream_methods/click_chat library
Classes
- ClickChatOptions
- 
  Parameters for the clickChatfunction.
Functions
- 
  clickChat({required ClickChatOptions options}) → void 
- Toggles the visibility of the chat modal based on the current state and event settings.
Typedefs
- ClickChatType = void Function({required ClickChatOptions options})
- UpdateIsMessagesModalVisible = void Function(bool isVisible)
- Type definition for updating the chat modal's visibility.