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