queryHistoryTraining property
Future<void>
get
queryHistoryTraining
Gets the training records stored in the watch. The query result will be obtained through trainingEveStm listening stream and saved in the historyTrainList field.
Implementation
Future<void> get queryHistoryTraining {
return _platform.queryHistoryTraining;
}