getSuggestions<T> method
Returns a list of profiles of users whom the current user may know.
Implementation
Future<ApiResponse<T>> getSuggestions<T>(Map<String, Object> params) =>
_api.request<T>('friends.getSuggestions', params);