addLink<T> method
Allows to add a link to the community.
Implementation
Future<ApiResponse<T>> addLink<T>(Map<String, Object> params) =>
_api.request<T>('groups.addLink', params);
Allows to add a link to the community.
Future<ApiResponse<T>> addLink<T>(Map<String, Object> params) =>
_api.request<T>('groups.addLink', params);