getDebugEventsStateById method

ResponseFuture<GetDebugEventsStateByIdResponse> getDebugEventsStateById(
  1. GetDebugEventsStateByIdRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetDebugEventsStateByIdResponse>
    getDebugEventsStateById(
  $0.GetDebugEventsStateByIdRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getDebugEventsStateById, request,
      options: options);
}