getContentBytes method

Uint8List getContentBytes()

Returns the binary content of the asset (same as _contentBytes).

Implementation

Uint8List getContentBytes() => _contentBytes;