decodeJpg function Null safety
Decode a JPG formatted image.
Implementation
Image? decodeJpg(List<int> bytes) => JpegDecoder().decodeImage(bytes);
Decode a JPG formatted image.
Image? decodeJpg(List<int> bytes) => JpegDecoder().decodeImage(bytes);