addVote<T> method
Adds the current user's vote to the selected answer in the poll.
Implementation
Future<ApiResponse<T>> addVote<T>(Map<String, Object> params) =>
_api.request<T>('polls.addVote', params);
Adds the current user's vote to the selected answer in the poll.
Future<ApiResponse<T>> addVote<T>(Map<String, Object> params) =>
_api.request<T>('polls.addVote', params);