queryDoNotDisturbTime property

Future<PeriodTimeResultBean> queryDoNotDisturbTime

Check if do not disturb the time set by the watch.

Implementation

Future<PeriodTimeResultBean> get queryDoNotDisturbTime {
  return _platform.queryDoNotDisturbTime;
}