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