queryDoNotDisturbTime property
Future<PeriodTimeResultBean>
get
queryDoNotDisturbTime
Check if do not disturb the time set by the watch.
Implementation
Future<PeriodTimeResultBean> get queryDoNotDisturbTime {
return _platform.queryDoNotDisturbTime;
}