executeHostShellCommand method

String executeHostShellCommand({
  1. required String shell,
})
override

Implementation

String executeHostShellCommand({required String shell}) => RustLib
    .instance.api
    .crateApiToolAdbDeviceExecuteHostShellCommand(that: this, shell: shell);