deviceRun_Pre method

Stream<DeviceRunResponse> deviceRun_Pre(
  1. ServiceCall call,
  2. Future<DeviceRunRequest> request
)

Implementation

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