getPlanetByRemoteId

abstract suspend fun getPlanetByRemoteId(remoteId: Int): PlanetRoomEntity

Retrieves a planet entity by its remote identifier from the database.

Return

The planet entity with the specified remote identifier.

Parameters

remoteId

The remote identifier of the planet.