@override Future<void> hideEndChatPopupWindow(bool isHide) async { await methodChannel.invokeMethod('hideEndChatPopupWindow', {"isHide":isHide}); }