fixTopic<T> method

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

Pins a topic (fixes its place) to the top of a community's discussion board.

Implementation

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