IncomingWallpaperCallback typedef

IncomingWallpaperCallback = void Function(String imageUri)

Signature for a callback that receives an image URI (typically content://) handed to this app by an external "Use as → Wallpaper" flow.

Implementation

typedef IncomingWallpaperCallback = void Function(String imageUri);