content property

Uint8List? content
getter/setter pair

Java InputStream converted to a byte array. (UInt8List) This is the data that will be transferred when HMSTransferEngine.sendData is called, if url is null.

Implementation

Uint8List? content;