onChatMessageReceived property

(dynamic Function(String senderId, String message, bool isPrivate)?) onChatMessageReceived
final

Implementation

final Function(
  String senderId,
  String message,
  bool isPrivate,
)? onChatMessageReceived;