sendDoNotDisturbTime method
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);
}