getJetpacks

abstract fun getJetpacks(userId: String): Flow<List<JetpackEntity>>

Retrieves a list of jetpacks for a specific user that are not marked as deleted, ordered by the last updated timestamp in descending order.

Return

A Flow emitting a list of JetpackEntity objects.

Parameters

userId

The ID of the user whose jetpacks to retrieve.