RuutChat constructor

const RuutChat({
  1. Key? key,
  2. required String inboxIdentifier,
  3. required RuutUser user,
  4. String? blogUrl,
  5. RuutChatTheme? theme,
  6. String? logoUrl,
})

Implementation

const RuutChat(
    {super.key,
    required this.inboxIdentifier,
    required this.user,
    this.blogUrl,
    this.theme,
    this.logoUrl});