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