getPages<T> method
Gets a list of application/site pages where the Comments widget or Like widget is installed.
Implementation
Future<ApiResponse<T>> getPages<T>(Map<String, Object> params) =>
_api.request<T>('widgets.getPages', params);