getDoNotDisturb method Null safety

Future<DoNotDisturbResponse> getDoNotDisturb()

Returns current do not disturb mode

Implementation

Future<DoNotDisturbResponse> getDoNotDisturb() async {
  return _int.api.send<DoNotDisturbResponse>(UserDoNotDisturbGetRequest());
}