setWallpaper method

Future<bool> setWallpaper(
  1. GlobalKey<State<StatefulWidget>> boundaryKey,
  2. String target, {
  3. double pixelRatio = 2.5,
})

Implementation

Future<bool> setWallpaper(
  GlobalKey boundaryKey,
  String target, {
  double pixelRatio = 2.5,
}) {
  throw UnimplementedError('setWallpaper() has not been implemented.');
}