startChatShop static method

void startChatShop(
  1. BuildContext context,
  2. String uuid,
  3. String type,
  4. String title,
  5. String commodity,
  6. ValueSetter<String>? customCallback,
)

Implementation

static void startChatShop(BuildContext context, String uuid, String type,
    String title, String commodity, ValueSetter<String>? customCallback) {
  startChat(context, uuid, type, title, commodity, '', false, customCallback);
}