showWorkGroupLeaveMessage static method

void showWorkGroupLeaveMessage(
  1. BuildContext context,
  2. String wid,
  3. String tip
)

Implementation

static void showWorkGroupLeaveMessage(
    BuildContext context, String wid, String tip) {
  showLeaveMessage(
      context, wid, wid, BytedeskConstants.CHAT_TYPE_WORKGROUP, tip);
}