/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.favorites.trips/FavoriteTripsDao/getAll
getAll
\ abstract fun getAll(): Flow<List<FavoriteTripEntity>>
Updated and removed suspend
on all functions since getting error on the generated Java file. e.g. the getWaypointsByFavoriteTrip method is defined as an abstract method returning java.lang.Object. This is a typical pattern in Kotlin when using coroutines with Room. The method is expected to be a suspend function, returning a List