create<T> method
Creates polls that can be attached to the users' or communities' posts.
Implementation
Future<ApiResponse<T>> create<T>(Map<String, Object> params) =>
_api.request<T>('polls.create', params);
Creates polls that can be attached to the users' or communities' posts.
Future<ApiResponse<T>> create<T>(Map<String, Object> params) =>
_api.request<T>('polls.create', params);