newGroupTopicName method

String newGroupTopicName(
  1. bool isChan
)

Generate unique name like 'new123456' suitable for creating a new group topic

Implementation

String newGroupTopicName(bool isChan) {
  return _tinodeService.newGroupTopicName(isChan);
}