executeHostCommand method
Implementation
String executeHostCommand(
{required String shell,
required bool hasOutput,
required bool hasLen}) =>
RustLib.instance.api.crateApiToolAdbDeviceExecuteHostCommand(
that: this, shell: shell, hasOutput: hasOutput, hasLen: hasLen);