trainingStateEveStm property
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;
}