CurrentRegionLocalDataSource

Local data source implementation for managing the currently selected region on the regions and images screen. This class uses a MutableStateFlow to store the current region and provides methods to update and retrieve the selected region information.

Constructors

Link copied to clipboard
@Inject
constructor()

Functions

Link copied to clipboard
open override fun retrieve(): Flow<Region?>

Retrieve the flow of Region

Link copied to clipboard
open override fun update(region: Region)

Update the current Region