handleImageSelect property

dynamic Function(ChatMessage? imageMessage) handleImageSelect
final

function to handle the selected image

Implementation

final Function(ChatMessage? imageMessage) handleImageSelect;