hideEndChatPopupWindow method

  1. @override
Future<void> hideEndChatPopupWindow(
  1. bool isHide
)
override

Implementation

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