Returns a fixed amount of random wallpapers.
Last updated 2 years ago
This method belongs to the class - Alpha
device
Type of the Device.
Promise<Array<Wallpaper>>
<Alpha>.getRandomWallpaper().then(x => console.log(x)); // OR <Alpha>.getRandomWallpaper('phone').then(x => console.log(x));