checkForIssues property
override
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
@override
Future<List<JailbreakIssue>> get checkForIssues => JailbreakRootDetection.instance.checkForIssues;