viewAllForEntityUUID_Pre method

Future<FormsSectionsList> viewAllForEntityUUID_Pre(
  1. ServiceCall $call,
  2. Future<IdentifierUUID> $request
)

Implementation

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