startAppointedChatPostscript static method

void startAppointedChatPostscript(
  1. BuildContext context,
  2. String uid,
  3. String title,
  4. String postScript,
)

Implementation

static void startAppointedChatPostscript(
    BuildContext context, String uid, String title, String postScript) {
  startChat(context, uid, BytedeskConstants.CHAT_TYPE_APPOINTED, title, '',
      postScript, false, null);
}