startConsuming method

void startConsuming()

Implementation

void startConsuming() {
  _subscription ??= telemetry.stream.listen(eventHandler);
}