getPlanetsFlowByOwnerId

abstract fun getPlanetsFlowByOwnerId(ownerId: Int): Flow<List<PlanetRoomEntity>>

Retrieves all planet entities associated with a user's remote identifier from the database.

Return

A list of planet entities associated with the specified user.

Parameters

ownerId

The remote identifier of the user.