services/api_urls library

Classes

ApiUrls
Manages the base URLs and named route tree for the API.
BaseUrl
Represents a named URL segment in a hierarchical URL tree.

Typedefs

OnDownloadProgressCallback = void Function(int receivedBytes, int totalBytes)
Callback invoked during file download to report progress.
OnUploadProgressCallback = void Function(int receivedBytes, int totalBytes)
Callback invoked during file upload to report progress.

Exceptions / Errors

UrlDoestNotExists
Exception thrown when a dotted URL name cannot be resolved in ApiUrls.