Package-level declarations
Functions
Link copied to clipboard
inline fun getUserProfilePhotosFlow(userId: Int, firstOffset: Int? = null, eachLimit: Int? = null, emitLastEmptyResult: Boolean = false, crossinline onEachResult: (UserProfilePhotos) -> UserProfilePhotos = { it }, crossinline requestor: suspend (GetUserProfilePhotosApi) -> UserProfilePhotos): Flow<UserProfilePhotos>