closeChatWindow method
Call to close/hide the chat window.
Implementation
Future<void> closeChatWindow() async =>
LiveChatPlatform.instance.closeChatWindow();
Call to close/hide the chat window.
Future<void> closeChatWindow() async =>
LiveChatPlatform.instance.closeChatWindow();