unfixTopic<T> method
Unpins a pinned topic from the top of a community's discussion board.
Implementation
Future<ApiResponse<T>> unfixTopic<T>(Map<String, Object> params) =>
_api.request<T>('board.unfixTopic', params);
Unpins a pinned topic from the top of a community's discussion board.
Future<ApiResponse<T>> unfixTopic<T>(Map<String, Object> params) =>
_api.request<T>('board.unfixTopic', params);