setWallpaperFromBytes method
Future<bool>
setWallpaperFromBytes({
- required Uint8List bytes,
- required WallpaperSetterType type,
Implementation
Future<bool> setWallpaperFromBytes({
required Uint8List bytes,
required WallpaperSetterType type,
}) {
throw UnimplementedError(
'setWallpaperFromBytes() has not been implemented.',
);
}