ConversationLastMessageContentBuilder typedef
ConversationLastMessageContentBuilder =
String? Function(BuildContext context, ConversationInfo data)
Implementation
typedef ConversationLastMessageContentBuilder = String? Function(
BuildContext context, ConversationInfo data);