queryStepsDetail method

Future<void> queryStepsDetail(
  1. int stepsDetailDateType
)

Some watches support categorical statistics for the past two days. Query classification statistics for the past two days. The query result will be obtained through the stepsDetailEveStm listening stream and saved in "event" as the StepsDetailBean object.

Implementation

Future<void> queryStepsDetail(int stepsDetailDateType) {
  return _platform.queryStepsDetail(stepsDetailDateType);
}