openNotificationPolicyAccessSettings method
Opens the Notification Policy Access settings.
This method should open the notification policy access settings on the platform.
Implementation
@override
Future<void> openNotificationPolicyAccessSettings() async {
await methodChannel
.invokeMethod<void>('openNotificationPolicyAccessSettings');
}