Future<dynamic> showChatWidget(bool isVisible) async { await js.context.callMethod( 'eval', ['Kommunicate.displayKommunicateWidget($isVisible)']); }