openDoNotDisturbSetting static method

Future<void> openDoNotDisturbSetting()

Opens the Do Not Disturb Access settings

Implementation

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