wallpapers method

Future<bool?> wallpapers()

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

Implementation

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