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