onSendChatAPIChatEvent method
Implementation
onSendChatAPIChatEvent(SendChatAPIEvent event, emit) {
emit(SendChatAPIChatState(event.id, event.message, event.type, event.name, size: event.size));
}
onSendChatAPIChatEvent(SendChatAPIEvent event, emit) {
emit(SendChatAPIChatState(event.id, event.message, event.type, event.name, size: event.size));
}