download abstract method

Stream<List<int>> download(
  1. String fileId, {
  2. HostedFileClientOptions? options,
  3. CancellationToken? cancellationToken,
})

Downloads a file from the AI service as a byte stream.

Implementation

Stream<List<int>> download(
  String fileId, {
  HostedFileClientOptions? options,
  CancellationToken? cancellationToken,
});