makeRequest_Pre method

Future<Request> makeRequest_Pre(
  1. ServiceCall call,
  2. Future<Request> request
)

Implementation

$async.Future<$0.Request> makeRequest_Pre(
    $grpc.ServiceCall call, $async.Future<$0.Request> request) async {
  return makeRequest(call, await request);
}