onTranslateClick property

dynamic Function(BuildContext context, String conversationId, NIMConversationType conversationType, {NIMMessageSender? messageSender})? onTranslateClick
final

Implementation

final Function(
  BuildContext context,
  String conversationId,
  NIMConversationType conversationType, {
  NIMMessageSender? messageSender,
})? onTranslateClick;