retrieveCurrent

abstract fun retrieveCurrent(): Flow<AdministrativeUnit>

Retrieves a stream (Flow) of the currently selected AdministrativeUnit object. The Flow will emit whenever the selected unit changes.

Return

a Flow of the currently selected AdministrativeUnit object.