startChatDefault static method

void startChatDefault(
  1. BuildContext context,
  2. String uuid,
  3. String type,
  4. String title,
  5. bool isV2Robot,
)

Implementation

static void startChatDefault(BuildContext context, String uuid, String type,
    String title, bool isV2Robot) {
  startChat(context, uuid, type, title, '', '', isV2Robot, null);
}