setWallpaper method

Future<String?> setWallpaper(
  1. String path
)

Implementation

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