isTopicSharedAcrossApps method

bool isTopicSharedAcrossApps()

Overwrite this, if you want to share this topic across many apps. Otherwise, the topic will be visible only in the context of the app.

Implementation

bool isTopicSharedAcrossApps() {
  return false;
}