startDecode abstract method

DecodeInfo? startDecode(
  1. Uint8List bytes
)

Start decoding the data as an animation sequence, but don't actually process the frames until they are requested with decodeFrame.

Implementation

DecodeInfo? startDecode(Uint8List bytes);