newTopicWith method

Topic newTopicWith(
  1. String peerUserId
)

Instantiate a new P2P topic with a given peer

Implementation

Topic newTopicWith(String peerUserId) {
  return _tinodeService.newTopicWith(peerUserId);
}