onPressChat property

void Function(ChatModel chat) onPressChat
final

Callback function for pressing on a chat.

Implementation

final void Function(ChatModel chat) onPressChat;