getMutual<T> method
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);
Returns a list of user IDs of the mutual friends of two users.
Future<ApiResponse<T>> getMutual<T>(Map<String, Object> params) =>
_api.request<T>('friends.getMutual', params);