Chat Flutter v3
Chat Flutter
Chat
Flutter
Version 3
Home
/
Chat
/
Flutter
/
Message
Close a poll
Copy link
You can close a poll by specifying the pollId
in the closePoll()
method.
You can close a poll by specifying the pollId
in the closePoll()
method.
// Close an existing poll. Poll result = await channel.closePoll(pollId: result.id);