addLink<T> method

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

Allows to add a link to the community.

Implementation

Future<ApiResponse<T>> addLink<T>(Map<String, Object> params) =>
    _api.request<T>('groups.addLink', params);