applicationNotification method

Future<bool> applicationNotification()

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

Implementation

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