createComment<T> method

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

Adds a comment to a post on a user wall or community wall.

Implementation

Future<ApiResponse<T>> createComment<T>(Map<String, Object> params) =>
    _api.request<T>('wall.createComment', params);