closeChatWindow method

  1. @override
Future<void> closeChatWindow()

Close the chat window.

Implementation

@override
Future<void> closeChatWindow() async {
  _jsHelper.callHideWindow();
}