notification method

Future<bool> notification()

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

Implementation

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