getPoll method

Future<GetPollResponse> getPoll(
  1. String pollId
)

Retrieves a Poll by pollId

Implementation

Future<GetPollResponse> getPoll(String pollId) =>
    _chatApi.polls.getPoll(pollId);