Chat Flutter v3
Chat Flutter
Chat
Flutter
Home
/
Chat
/
Flutter
/
Message
You can retrieve a specific poll by creating and passing a PollRetrievalParams
object as an argument to the get()
method.
Parameter name | Type | Description |
---|---|---|
channelUrl | String | Specifies the URL of the channel. |
channelType | ChannelType | Specifies the type of the channel. |
pollId | int | Specifies the unique ID of a poll. |