getComment<T> method

Future<ApiResponse<T>> getComment<T>(
  1. Map<String, Object> params
)

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);