decodePngAnimation function Null safety
Decode a PNG formatted animation.
Implementation
Animation? decodePngAnimation(List<int> bytes) =>
PngDecoder().decodeAnimation(bytes);
Decode a PNG formatted animation.
Animation? decodePngAnimation(List<int> bytes) =>
PngDecoder().decodeAnimation(bytes);