decodeGif function Null safety
Decode a GIF formatted image (first frame for animations).
Implementation
Image? decodeGif(List<int> bytes) => GifDecoder().decodeImage(bytes);
Decode a GIF formatted image (first frame for animations).
Image? decodeGif(List<int> bytes) => GifDecoder().decodeImage(bytes);