fullData property

  1. @Deprecated("Use originBytes instead")
Future<Uint8List?> fullData

The asset's bytes.

Use originBytes

The property will be remove in 0.5.0.

Implementation

@Deprecated("Use originBytes instead")
Future<Uint8List?> get fullData => PhotoManager._getFullDataWithId(id);