menu
messenger
store/event/chat.dart
ChatCallFinishedEvent
ChatCallFinishedEvent.new const constructor
ChatCallFinishedEvent.new
dark_mode
light_mode
ChatCallFinishedEvent
constructor
const
ChatCallFinishedEvent
(
ChatId
chatId
,
ChatCall
call
,
ChatCallFinishReason
reason
)
Implementation
const ChatCallFinishedEvent(super.chatId, this.call, this.reason);
messenger
chat
ChatCallFinishedEvent
ChatCallFinishedEvent.new const constructor
ChatCallFinishedEvent class