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