insertCargo

abstract suspend fun insertCargo(cargo: Cargo)

Inserts a cargo locally into the database.

Parameters

cargo

The Cargo object representing the cargo data to be inserted.