Returns an Array of wallpapers by the given sort type.
Last updated 2 years ago
This method belongs to the property -
sorting
A sorting method.
options
Optional parameters.
<<> | >
<getWallpapers>.bySort('newest').then(x => console.log(x)); // OR <getWallpapers>.bySort('rating', { page: 10, operator: 'min', type: 'phone', ratio: [0.75, 1] }).then(x => console.log(x));