menu
deadsimplechat_sdk_flutter package
documentation
deadsimplechat_sdk_flutter.dart
DeadSimpleChatController
selectChannel method
selectChannel method
dark_mode
light_mode
selectChannel
method
void
selectChannel
(
String
channelId
)
Implementation
void selectChannel(String channelId) { postMessage("selectChannel", {"channelId": channelId}); }
deadsimplechat_sdk_flutter package
documentation
deadsimplechat_sdk_flutter
DeadSimpleChatController
selectChannel method
DeadSimpleChatController class