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