FlutterSupportChatConversation constructor

const FlutterSupportChatConversation({
  1. Key? key,
  2. required FlutterSupportChat flutterSupportChat,
  3. required String id,
  4. required Function back,
})

Implementation

const FlutterSupportChatConversation({
  Key? key,
  required this.flutterSupportChat,
  required this.id,
  required this.back,
}) : super(key: key);