checkForIssues property

Future<List<JailbreakIssue>> get checkForIssues

A list of specific security issues detected on the device.

Provides a detailed breakdown compared to the boolean checks. The list is empty when no issues are found.

Implementation

Future<List<JailbreakIssue>> get checkForIssues;