createComment<T> method
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);
Adds a comment to a post on a user wall or community wall.
Future<ApiResponse<T>> createComment<T>(Map<String, Object> params) =>
_api.request<T>('wall.createComment', params);