readPng function Null safety
Renamed to decodePng, left for backward compatibility.
Implementation
Image? readPng(List<int> bytes) => decodePng(bytes);
Renamed to decodePng, left for backward compatibility.
Image? readPng(List<int> bytes) => decodePng(bytes);