start method

Stream start()

Implementation

Stream start() {
  stream ??= eventChannel.receiveBroadcastStream();
  return stream!;
}