getPoll method
Retrieves a Poll by pollId
Implementation
Future<GetPollResponse> getPoll(String pollId) =>
_chatApi.polls.getPoll(pollId);
Retrieves a Poll by pollId
Future<GetPollResponse> getPoll(String pollId) =>
_chatApi.polls.getPoll(pollId);