setLiveWallpaper method

Future<void> setLiveWallpaper({
  1. String? path,
})

Implementation

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