getMembersByParty

abstract fun getMembersByParty(party: String): ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<com/example/eduskunta/data/db/entities/MemberEntity>>

Get members by party from the database. Flow is used to get updates on the data.

Parameters

party

The party to get members for.