Open iOS settings in notifications section. returns operation successful or failure.
notifications
Future<bool?> notifications() { return postMessage<bool?>(action: 'App-prefs:NOTIFICATIONS_ID'); }