originBytes property

Future<Uint8List?> originBytes

Obtain the raw data of the asset.

Use it with cautious since the original data might be epic large. Generally use this method only for images.

Implementation

Future<typed_data.Uint8List?> get originBytes => _getOriginBytes();