extractFrames abstract method
Decodes the sourceFrames of bytes to width by height RGBA rasters,
each a RawFrame keyed by its source-frame index.
Implementation
Future<Map<int, RawFrame>> extractFrames(
Uint8List bytes,
List<int> sourceFrames, {
required int width,
required int height,
});