method_Pre method

Future<AggregateMessage> method_Pre(
  1. ServiceCall call,
  2. Future<AggregateMessage> request
)

Implementation

$async.Future<$1.AggregateMessage> method_Pre($grpc.ServiceCall call,
    $async.Future<$1.AggregateMessage> request) async {
  return method(call, await request);
}