unfixTopic<T> method

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

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);