method method

ResponseFuture<AggregateMessage> method(
  1. AggregateMessage request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.AggregateMessage> method($1.AggregateMessage request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$method, request, options: options);
}