readAllIds_Pre method

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

Implementation

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