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