openDoNotDisturbSetting static method

Future<void> openDoNotDisturbSetting()

Opens the Do Not Disturb Access settings screen.

Implementation

static Future<void> openDoNotDisturbSetting() async {
  await _channel.invokeMethod(_openDoNotDisturbSettingFunctionName);
}