Returns the binary content of the asset as a Uint8List.
Example:
final bytes = asset.getContentBytes(); // <Uint8List of file contents>
Uint8List getContentBytes() => _contentBytes;