reorderLink<T> method
Allows to reorder links in the community.
Implementation
Future<ApiResponse<T>> reorderLink<T>(Map<String, Object> params) =>
_api.request<T>('groups.reorderLink', params);
Allows to reorder links in the community.
Future<ApiResponse<T>> reorderLink<T>(Map<String, Object> params) =>
_api.request<T>('groups.reorderLink', params);