getComments<T> method
Gets a list of comments for the page added through the Comments widget.
Implementation
Future<ApiResponse<T>> getComments<T>(Map<String, Object> params) =>
_api.request<T>('widgets.getComments', params);
Gets a list of comments for the page added through the Comments widget.
Future<ApiResponse<T>> getComments<T>(Map<String, Object> params) =>
_api.request<T>('widgets.getComments', params);