closeChatWindow method

Future<void> closeChatWindow()

Call to close/hide the chat window.

Implementation

Future<void> closeChatWindow() async =>
    LiveChatPlatform.instance.closeChatWindow();