menu
horus_client package
documentation
realtime.dart
ChannelEvent<T>
ChannelEvent.new const constructor
ChannelEvent.new const constructor
dark_mode
light_mode
ChannelEvent<
T
>
constructor
const
ChannelEvent<
T
>
(
{
required
String
channel
,
required
String
event
,
required
T
decode
(
Object
?
json
),
})
Implementation
const ChannelEvent({ required this.channel, required this.event, required this.decode, });
horus_client package
documentation
realtime
ChannelEvent<T>
ChannelEvent.new const constructor
ChannelEvent class