trainingStateEveStm property

Stream<int> trainingStateEveStm

Modify the training state on the bracelet, and obtain the current measurement state by monitoring the data stream movementStateEveStm.

Implementation

Stream<int> get trainingStateEveStm {
  return _platform.trainingStateEveStm;
}