getComments<T> method
Returns a list of comments on a post on a user wall or community wall.
Implementation
Future<ApiResponse<T>> getComments<T>(Map<String, Object> params) =>
_api.request<T>('wall.getComments', params);
Returns a list of comments on a post on a user wall or community wall.
Future<ApiResponse<T>> getComments<T>(Map<String, Object> params) =>
_api.request<T>('wall.getComments', params);