method method

Future<AggregateMessage> method(
  1. ClientContext? ctx,
  2. AggregateMessage request
)

Implementation

$async.Future<AggregateMessage> method($pb.ClientContext? ctx, AggregateMessage request) {
  var emptyResponse = AggregateMessage();
  return _client.invoke<AggregateMessage>(ctx, 'AggregateService', 'Method', request, emptyResponse);
}