getJetpacks

abstract fun getJetpacks(): Flow<List<Jetpack>>

Retrieves a list of all jetpacks.

Return

A Flow emitting a list of Jetpack objects.