decodeBmp function Null safety
Decode a BMP formatted image.
Implementation
Image? decodeBmp(List<int> bytes) => BmpDecoder().decodeImage(bytes);
Decode a BMP formatted image.
Image? decodeBmp(List<int> bytes) => BmpDecoder().decodeImage(bytes);