ChatMessageEvent constructor
- void onSuccess(
- String msgId,
- ChatMessage msg
- void onError(
- String msgId,
- ChatMessage msg,
- ChatError error
- void onProgress()?,
Implementation
ChatMessageEvent({this.onSuccess, this.onError, this.onProgress});
ChatMessageEvent({this.onSuccess, this.onError, this.onProgress});