changeWallpaper method

Future<String?> changeWallpaper({
  1. required String url,
  2. required WallpaperScale scale,
  3. required String color,
})

Implementation

Future<String?> changeWallpaper({
  required String url,
  required WallpaperScale scale,
  required String color,
}) {
  throw UnimplementedError('changeWallpaper() has not been implemented.');
}