newChannel method
Instantiate a new channel-enabled group topic. An actual name will be assigned by the server
Implementation
Topic newChannel() {
return _tinodeService.newTopic();
}
Instantiate a new channel-enabled group topic. An actual name will be assigned by the server
Topic newChannel() {
return _tinodeService.newTopic();
}