getNotifyStream method

Stream getNotifyStream()

Implementation

Stream getNotifyStream() {
  return notifyEventChannel.receiveBroadcastStream();
}