searchAll method
ResponseFuture<FormsSectionsList>
searchAll(
- FormsSectionsServiceSearchAllReq request, {
- CallOptions? options,
View all forms sections that match the given search key
Implementation
$grpc.ResponseFuture<$0.FormsSectionsList> searchAll(
$0.FormsSectionsServiceSearchAllReq request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$searchAll, request, options: options);
}