GetOutputStream abstract method

Stream<Int8List> GetOutputStream(
  1. String? attachmentId
)
Provides a stream to which the content of the attachment with the specified Id should be written. The Id of the attachment that is being loaded.

Implementation

Stream<Int8List> GetOutputStream(String? attachmentId);