queryHistorySteps method

Future<void> queryHistorySteps(
  1. int historyTimeType
)

Implementation

Future<void> queryHistorySteps(int historyTimeType) async {
  await mConnMethodChannel.invokeMethod(
      'queryHistorySteps', <String, int>{"historyTimeType": historyTimeType});
}