getLengths_Pre method

Future<GetLengthsResponse> getLengths_Pre(
  1. ServiceCall call,
  2. Future<GetLengthsRequest> request
)

Implementation

$async.Future<$21.GetLengthsResponse> getLengths_Pre($grpc.ServiceCall call, $async.Future<$21.GetLengthsRequest> request) async {
  return getLengths(call, await request);
}