awaitNext

suspend fun PollListQuery.awaitNext(): List<Poll>

Retrieves list of polls

Since

4.17.0


suspend fun PollVoterListQuery.awaitNext(): List<User>

Retrieves list of poll voters

Since

4.17.0