notifications method

Future<bool?> notifications()

Open iOS settings in notifications section. returns operation successful or failure.

Implementation

Future<bool?> notifications() {
  return postMessage<bool?>(action: 'App-prefs:NOTIFICATIONS_ID');
}