Package-level declarations

Types

Link copied to clipboard
class EditTrackRepositoryImpl @Inject constructor(dao: TrackDao) : EditTrackRepository

Implementation of the EditTrackRepository interface. This repository handles data operations related to tracks and waypoints, using the TrackDao to access the local database.