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