reportComment<T> method
Reports (submits a complaint about) a comment on a post on a user wall or community wall.
Implementation
Future<ApiResponse<T>> reportComment<T>(Map<String, Object> params) =>
_api.request<T>('wall.reportComment', params);