newTopicWith method

Topic newTopicWith(
  1. String peerUserId
)

Implementation

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