queryHistoryNapSleep method

Future<void> queryHistoryNapSleep(
  1. int historyTimeType
)

Implementation

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