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