Returns the binary content of the asset (same as _contentBytes).
_contentBytes
@override Uint8List getContentBytes() { if(exists()) { return _asset!.getContentBytes(); } throw _throwIfNotFound(); }