isTopicSharedAcrossApps method
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;
}
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.
bool isTopicSharedAcrossApps() {
return false;
}