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