fixTopic<T> method
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);
Pins a topic (fixes its place) to the top of a community's discussion board.
Future<ApiResponse<T>> fixTopic<T>(Map<String, Object> params) =>
_api.request<T>('board.fixTopic', params);