clearDoNotDisturb method

Future<void> clearDoNotDisturb()

Implementation

Future<void> clearDoNotDisturb() async {
  await _methodChannel.invokeMapMethod('clearDoNotDisturb');
}