removeLink<T> method
Removes link from the user's faves.
Implementation
Future<ApiResponse<T>> removeLink<T>(Map<String, Object> params) =>
_api.request<T>('fave.removeLink', params);
Removes link from the user's faves.
Future<ApiResponse<T>> removeLink<T>(Map<String, Object> params) =>
_api.request<T>('fave.removeLink', params);