executeHostCommand method

String executeHostCommand({
  1. required String shell,
  2. required bool hasOutput,
  3. required bool hasLen,
})
override

Implementation

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