getChart method

ResponseFuture<Chart> getChart(
  1. ChartId request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.Chart> getChart(
  $2.ChartId request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getChart, request, options: options);
}