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