removeLink<T> method

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

Removes link from the user's faves.

Implementation

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