getTopic method

  1. @override
String getTopic()
override

Return the global topic of the PubSub. All observers of the same topic will receive the same events.

Implementation

@override
String getTopic() {
  // TODO: implement getTopic
  return getMetadataHash("${super.getTopic()}-port");
}