queryHistoryTraining property

Future<void> 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;
}