download abstract method
Stream<List<int> >
download(
- String fileId, {
- HostedFileClientOptions? options,
- CancellationToken? cancellationToken,
Downloads a file from the AI service as a byte stream.
Implementation
Stream<List<int>> download(
String fileId, {
HostedFileClientOptions? options,
CancellationToken? cancellationToken,
});