getMutual<T> method

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

Returns a list of user IDs of the mutual friends of two users.

Implementation

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