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