getByPhones<T> method
Returns a list of the current user's friends whose phone numbers, validated or specified in a profile, are in a given list.
Implementation
Future<ApiResponse<T>> getByPhones<T>(Map<String, Object> params) =>
_api.request<T>('friends.getByPhones', params);