startAppointedChat static method

void startAppointedChat(
  1. BuildContext context,
  2. String uid,
  3. String title
)

Implementation

static void startAppointedChat(
    BuildContext context, String uid, String title) {
  startChatDefault(
      context, uid, BytedeskConstants.CHAT_TYPE_APPOINTED, title, false);
}