appNotification method

Future<bool> appNotification()

Open Android settings in App Notification section. returns operation successful or failure.

Implementation

Future<bool> appNotification() {
  return sendCustomMessage(
    'android.settings.APP_NOTIFICATION_SETTINGS',
  );
}