wallpapers method

Future<bool> wallpapers()

Open iOS settings in Wallpapers section` returns operation successful or failure.

Implementation

Future<bool> wallpapers() {
  return sendCustomMessage('App-prefs:Wallpaper');
}