delete<T> method
Declines a friend request or deletes a user from the current user's friend list.
Implementation
Future<ApiResponse<T>> delete<T>(Map<String, Object> params) =>
_api.request<T>('friends.delete', params);
Declines a friend request or deletes a user from the current user's friend list.
Future<ApiResponse<T>> delete<T>(Map<String, Object> params) =>
_api.request<T>('friends.delete', params);