openDoNotDisturbSetting static method
Opens the Do Not Disturb Access settings
Implementation
static Future<void> openDoNotDisturbSetting() async {
await _channel.invokeMethod(_OPEN_DO_NOT_DISTURB_SETTING_FUNCTION_NAME);
}
Opens the Do Not Disturb Access settings
static Future<void> openDoNotDisturbSetting() async {
await _channel.invokeMethod(_OPEN_DO_NOT_DISTURB_SETTING_FUNCTION_NAME);
}