saveResponseBodyToFile
suspend fun saveResponseBodyToFile(filePath: String, response: HttpResponse, progress: (percent: Long) -> Unit)
Author: @Jeluchu
Save response body to specific file with progressing callback saveResponseBodyToFile @param filePath Path of file that store the response body saveResponseBodyToFile @param responseBody Response body from network call saveResponseBodyToFile @param progress Progressing percent callback