method_Pre method

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

Implementation

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