getComments<T> method

Future<ApiResponse<T>> getComments<T>(
  1. Map<String, Object> params
)

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);