getTopic method

String getTopic()

Implementation

String getTopic() {
  return 'topic_auth:${loggedInUser.user.id}';
}