deviceRun_Pre method
Implementation
$async.Stream<$0.DeviceRunResponse> deviceRun_Pre($grpc.ServiceCall call,
$async.Future<$0.DeviceRunRequest> request) async* {
yield* deviceRun(call, await request);
}
$async.Stream<$0.DeviceRunResponse> deviceRun_Pre($grpc.ServiceCall call,
$async.Future<$0.DeviceRunRequest> request) async* {
yield* deviceRun(call, await request);
}