openDndSettings method

  1. @override
Future<void> openDndSettings()
override

Opens the Do Not Disturb settings.

This method should open the DND settings on the platform.

Implementation

@override
Future<void> openDndSettings() async {
  await methodChannel.invokeMethod<void>('openDndSettings');
}