insertPlanets

open suspend override fun insertPlanets(planets: List<PlanetRoomEntity>)

Inserts a list of planets into the local database.

Parameters

planets

The list of PlanetRoomEntity to be inserted.