menu
chataptor package
documentation
testing.dart
ChannelClosed
ChannelClosed.new const constructor
ChannelClosed.new const constructor
dark_mode
light_mode
ChannelClosed
constructor
const
ChannelClosed
(
{
required
String
topic
,
required
String
reason
,
})
Creates a
ChannelClosed
event.
Implementation
const ChannelClosed({required this.topic, required this.reason});
chataptor package
documentation
testing
ChannelClosed
ChannelClosed.new const constructor
ChannelClosed class