Future<String> download({required String savePath}) async { return _ApiBaseHelper(requestApi: this).callDownload(savePath); }