crateApiToolAdbDeviceExecuteHostShellCommand abstract method

String crateApiToolAdbDeviceExecuteHostShellCommand({
  1. required AdbDevice that,
  2. required String shell,
})

Implementation

String crateApiToolAdbDeviceExecuteHostShellCommand(
    {required AdbDevice that, required String shell});