upsertJetpack

abstract suspend fun upsertJetpack(jetpackEntity: JetpackEntity)

Inserts or updates a jetpack in the database.

Parameters

jetpackEntity

The JetpackEntity object to upsert.