showChatHeader property

bool? showChatHeader
final

TODO: messageFilter Used to control if the Chat Header is displayed in the UI.

Defaults to true.

Implementation

/// Used to control if the Chat Header is displayed in the UI.
///
/// Defaults to true.
final bool? showChatHeader;