setLiveWallpaper method

Future<String?> setLiveWallpaper(
  1. String videoPath
)

Sets a live wallpaper from a video file.

videoPath is the path to the video file. Opens the system live wallpaper picker for user to apply.

Implementation

Future<String?> setLiveWallpaper(String videoPath) {
  throw UnimplementedError('setLiveWallpaper() has not been implemented.');
}