sendDoNotDisturbTime method

Future<void> sendDoNotDisturbTime(
  1. PeriodTimeBean periodTimeInfo
)

The watch supports the Do Not Disturb period. Do not display message push and sedentary reminders during the time.

Implementation

Future<void> sendDoNotDisturbTime(PeriodTimeBean periodTimeInfo) {
  return _platform.sendDoNotDisturbTime(periodTimeInfo);
}