icoDecode static method

Image? icoDecode(
  1. Uint8List bytes,
  2. {int? frame}
)

Implementation

static img.Image? icoDecode(Uint8List bytes, {int? frame}) =>
    (img.IcoDecoder()).decode(bytes, frame: frame);