menu
chalona_api package
documentation
core/event.dart
ChalonaEventChannel
emit method
emit method
dark_mode
light_mode
emit
method
void
emit
(
String
channel
,
String
msg
)
Implementation
void emit(String channel, String msg) { _channels[channel]?.trigger(msg); }
chalona_api package
documentation
core/event
ChalonaEventChannel
emit method
ChalonaEventChannel class