isUseJailBrokenOrRoot method
Method to check if the device is jailbroken or rooted. Throws UnimplementedError if not overridden by a platform-specific implementation.
Implementation
Future<bool?> isUseJailBrokenOrRoot() {
throw UnimplementedError(
'Failed to detect if device is jailbroken or rooted.');
}