insertJetpack

abstract suspend fun insertJetpack(jetpackEntity: JetpackEntity)

Inserts a new jetpack into the database. If a jetpack with the same ID already exists, it will be replaced.

Parameters

jetpackEntity

The JetpackEntity object to insert.