menu
yjy_flutter_printer_plus package
documentation
flutter_printer_plus.dart
decodeJpg function
decodeJpg function
dark_mode
light_mode
decodeJpg
function
Image
?
decodeJpg
(
List
<
int
>
bytes
)
Decode a JPG formatted image.
Implementation
Image? decodeJpg(List<int> bytes) => JpegDecoder().decodeImage(bytes);
yjy_flutter_printer_plus package
documentation
flutter_printer_plus
decodeJpg function
flutter_printer_plus library