getRecent<T> method
Returns a list of user IDs of the current user's recently added friends.
Implementation
Future<ApiResponse<T>> getRecent<T>(Map<String, Object> params) =>
_api.request<T>('friends.getRecent', params);
Returns a list of user IDs of the current user's recently added friends.
Future<ApiResponse<T>> getRecent<T>(Map<String, Object> params) =>
_api.request<T>('friends.getRecent', params);