queryHistorySteps method

Future<void> queryHistorySteps(
  1. int historyTimeType
)

Implementation

Future<void> queryHistorySteps(int historyTimeType) {
  return mConnconst.invokeMethod('queryHistorySteps', <String, int>{"historyTimeType": historyTimeType});
}