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