UnsupportedMessageBuilder typedef
UnsupportedMessageBuilder =
Widget Function(BuildContext, UnsupportedMessage, int index, {MessageGroupStatus? groupStatus, required bool isSentByMe})
Signature for building an unsupported message widget.
Implementation
typedef UnsupportedMessageBuilder =
Widget Function(
BuildContext,
UnsupportedMessage,
int index, {
required bool isSentByMe,
MessageGroupStatus? groupStatus,
});