isTopicSharedAcrossApps method

bool isTopicSharedAcrossApps()
inherited

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;
}