decodeSingleFrameImage abstract method

Future<Frame> decodeSingleFrameImage({
  1. required Uint8List avifBytes,
  2. dynamic hint,
})

Implementation

Future<Frame> decodeSingleFrameImage(
    {required Uint8List avifBytes, dynamic hint});