newTopic method

Topic newTopic()

Instantiate a new group topic. An actual name will be assigned by the server

Implementation

Topic newTopic() {
  return _tinodeService.newTopic();
}