jpegHeaderMap property

Map<String, Uint8List> jpegHeaderMap
final

A map of jpeg headers for each quality level which we fill as we receive the first image of each quality level/resolution Key format is 'quality_resolution' e.g. 'VERY_LOW_512'

Implementation

static final Map<String, Uint8List> jpegHeaderMap = {};