viewFamiliesInProductionPlan_Pre method
Future<FamiliesList>
viewFamiliesInProductionPlan_Pre(
- ServiceCall $call,
- Future<
IdentifierWithSearchKey> $request
Implementation
$async.Future<$3.FamiliesList> viewFamiliesInProductionPlan_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.IdentifierWithSearchKey> $request) async {
return viewFamiliesInProductionPlan($call, await $request);
}