User management
Save Profile Picture
Imagine you want to create a ProfileScreen that save picture profile selected via gallery ou camera to the local file system and remote storage:
SaveProfilePicture saves in local file system the image then tries to send it to the remote storage.
Control the remote storage
suspend fun putFileAt(localFile: LocalFile, location: String): FileUrl
Last updated