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