setLiveWallpaper method
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.');
}