getJetpack

abstract fun getJetpack(id: String): Flow<JetpackEntity>

Retrieves a specific jetpack by its ID.

Return

A Flow emitting the JetpackEntity object.

Parameters

id

The ID of the jetpack to retrieve.