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