setWallpaper method

Future<bool?> setWallpaper(
  1. String imagePath
)

Implementation

Future<bool?> setWallpaper(String imagePath) {
  throw UnimplementedError('setWallpaper() has not been implemented.');
}