Opens the Do Not Disturb settings.
This method should open the DND settings on the platform.
@override Future<void> openDndSettings() async { await methodChannel.invokeMethod<void>('openDndSettings'); }