ItemOnLongPress typedef
ItemOnLongPress =
void Function(BuildContext context, RCIMIWConversation conversation, int index)
Implementation
typedef ItemOnLongPress = void Function(
BuildContext context, RCIMIWConversation conversation, int index);