通知设置 Open Android settings in Notification section. returns operation successful or failure.
Notification
Future<bool?> notification() { return postMessage<bool?>(action: 'android.settings.NOTIFICATION_SETTINGS'); }