download abstract method
Method that represents the HTTP's GET method to download a file.
Implementation
Future<HttpResponse> download(
String endpoint,
String pathToSave, {
bool authenticate = false,
Object? body,
Map<String, String>? headers,
Map<String, dynamic>? queryParameters,
String? replaceBaseUrl,
String? segment,
bool? showLogs,
String? step,
});