getDoNotDisturb method Null safety
Returns current do not disturb mode
Implementation
Future<DoNotDisturbResponse> getDoNotDisturb() async {
  return _int.api.send<DoNotDisturbResponse>(UserDoNotDisturbGetRequest());
}Returns current do not disturb mode
Future<DoNotDisturbResponse> getDoNotDisturb() async {
  return _int.api.send<DoNotDisturbResponse>(UserDoNotDisturbGetRequest());
}