readAllIds_Pre method

Future<CalibresIdsResponse> readAllIds_Pre(
  1. ServiceCall call,
  2. Future<ReadIdsRequest> request
)

Implementation

$async.Future<$2.CalibresIdsResponse> readAllIds_Pre($grpc.ServiceCall call, $async.Future<$2.ReadIdsRequest> request) async {
  return readAllIds(call, await request);
}