InAppChat constructor

const InAppChat({
  1. Key? key,
  2. bool userList = true,
})

Implementation

const InAppChat({
  Key? key,
  this.userList = true,
}) : super(key: key);