originBytes property

Future<Uint8List?> originBytes

The raw data stored in the device, the data may be large.

This property is not recommended for video types.

Implementation

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