startWorkGroupChatPostscript static method

void startWorkGroupChatPostscript(
  1. BuildContext context,
  2. String wid,
  3. String title,
  4. String postScript,
)

Implementation

static void startWorkGroupChatPostscript(
    BuildContext context, String wid, String title, String postScript) {
  startChat(context, wid, BytedeskConstants.CHAT_TYPE_WORKGROUP, title, '',
      postScript, false, null);
}