diff --git a/lib/helpers/api_helper.dart b/lib/helpers/api_helper.dart index 89698d3..4106a63 100644 --- a/lib/helpers/api_helper.dart +++ b/lib/helpers/api_helper.dart @@ -67,8 +67,6 @@ class APIHelper { } /// Same as exec, but also allows to send files - /// - /// Warning ! Currently the response body to such requests is always null ! Future execWithFiles(APIRequest request) async { return await exec(request, multipart: true); }