retrieve Image With Optional Administrative Unit Name
abstract fun retrieveImageWithOptionalAdministrativeUnitName(): Flow<Pair<Image, AdministrativeUnitName?>>
Retrieves a stream (Flow) of pairs containing an Image object and a possibly missing AdministrativeUnitName object. This flow emits whenever a new image is created or the associated administrative unit name is updated.
Note: The AdministrativeUnitName
might be missing if the image is not associated with any administrative unit or if the associated unit name is not yet available.
Return
a Flow of pairs: Image and AdministrativeUnitName?