httpDownloadBytes abstract method
Implementar download de arquivos
Implementation
Future<SyncHttpResponse<Uint8List>> httpDownloadBytes(
String url, {
Map<String, dynamic>? headers,
Map<String, dynamic>? queryParameters,
void Function(int received, int total)? onProgress,
Duration? timeout,
});