stepsDetailEveStm property

Stream<StepsDetailBean> stepsDetailEveStm

Set a step category listener stepsDetailEveStm, and the result is returned through the data stream and saved in the "event" as the StepsDetailBean object.

Implementation

Stream<StepsDetailBean> get stepsDetailEveStm {
  return _platform.stepsDetailEveStm;
}