transferRegistryItem_Pre method

Future<TransferRegistryItemResponse> transferRegistryItem_Pre(
  1. ServiceCall call,
  2. Future<TransferRegistryItemRequest> request
)

Implementation

$async.Future<$9.TransferRegistryItemResponse> transferRegistryItem_Pre($grpc.ServiceCall call, $async.Future<$9.TransferRegistryItemRequest> request) async {
  return transferRegistryItem(call, await request);
}