menu
stream_chat package
documentation
stream_chat.dart
StreamChatClient
updatePoll method
updatePoll method
dark_mode
light_mode
updatePoll
method
Future
<
UpdatePollResponse
>
updatePoll
(
Poll
poll
)
Updates a Poll
Implementation
Future<UpdatePollResponse> updatePoll(Poll poll) => _chatApi.polls.updatePoll(poll);
stream_chat package
documentation
stream_chat
StreamChatClient
updatePoll method
StreamChatClient class