getJetpacks

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

Retrieves a list of jetpacks for a specific user.

Return

A Flow emitting a list of JetpackEntity objects.

Parameters

userId

The ID of the user whose jetpacks to retrieve.