queryHistorySleep method

Future<void> queryHistorySleep(
  1. int historyTimeType
)

Implementation

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