httpUploadFile<T> abstract method
Implementar upload de arquivos
Implementation
Future<SyncHttpResponse<T>> httpUploadFile<T>(
String url,
String filePath, {
String? fileName,
Map<String, dynamic>? fields,
Map<String, dynamic>? headers,
void Function(int sent, int total)? onProgress,
Duration? timeout,
});