onPressCreateChat property

dynamic Function(ChatUserModel) onPressCreateChat
final

Callback function for creating a new chat with a user.

Implementation

final Function(ChatUserModel) onPressCreateChat;