Returns true if the device shows signs of being rooted (Android) or jailbroken (iOS).
Future<bool> isJailbroken() { throw UnimplementedError('isJailbroken() has not been implemented.'); }