splitLot_Pre method
Future<IdentifierResponse>
splitLot_Pre(
- ServiceCall $call,
- Future<
IdentifierUUIDWithUserComment> $request
Implementation
$async.Future<$1.IdentifierResponse> splitLot_Pre($grpc.ServiceCall $call,
$async.Future<$1.IdentifierUUIDWithUserComment> $request) async {
return splitLot($call, await $request);
}