newChannel method

Topic newChannel()

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

Implementation

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