services/network_service library
Classes
- ApiService
- HTTP API client that handles authentication, cookies, and file transfers.
Typedefs
- OnDownloadProgressCallback = void Function(int receivedBytes, int totalBytes)
- OnUploadProgressCallback = void Function(int receivedBytes, int totalBytes)