showAppointedLeaveMessage static method

void showAppointedLeaveMessage(
  1. BuildContext context,
  2. String aid,
  3. String tip
)

Implementation

static void showAppointedLeaveMessage(
    BuildContext context, String aid, String tip) {
  showLeaveMessage(
      context, aid, aid, BytedeskConstants.CHAT_TYPE_APPOINTED, tip);
}