startChatPostscript static method

void startChatPostscript(
  1. BuildContext context,
  2. String uuid,
  3. String type,
  4. String title,
  5. String postScript,
)

Implementation

static void startChatPostscript(BuildContext context, String uuid,
    String type, String title, String postScript) {
  startChat(context, uuid, type, title, '', postScript, false, null);
}