createComment<T> method
Adds a comment on a topic on a community's discussion board.
Implementation
Future<ApiResponse<T>> createComment<T>(Map<String, Object> params) =>
_api.request<T>('board.createComment', params);
Adds a comment on a topic on a community's discussion board.
Future<ApiResponse<T>> createComment<T>(Map<String, Object> params) =>
_api.request<T>('board.createComment', params);