areFriends<T> method
Checks the current user's friendship status with other specified users.
Implementation
Future<ApiResponse<T>> areFriends<T>(Map<String, Object> params) =>
_api.request<T>('friends.areFriends', params);
Checks the current user's friendship status with other specified users.
Future<ApiResponse<T>> areFriends<T>(Map<String, Object> params) =>
_api.request<T>('friends.areFriends', params);