closeTopic<T> method

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

Closes a topic on a community's discussion board so that comments cannot be posted.

Implementation

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