Checks if the connection with the device is rooted.
Future<bool> isRooted({bool debug = false}) async { return await _bridge.executor.isRooted(_connection.arguments, debug: debug); }