viewAllForEntityUUID_Pre method
Future<FormsFieldsList>
viewAllForEntityUUID_Pre(
- ServiceCall $call,
- Future<
IdentifierUUID> $request
Implementation
$async.Future<$0.FormsFieldsList> viewAllForEntityUUID_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.IdentifierUUID> $request) async {
return viewAllForEntityUUID($call, await $request);
}