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