decodeBuffer method

PromiseJsImpl<List> decodeBuffer(
  1. Uint8List bytes,
  2. int width,
  3. int height,
  4. int stride,
  5. int format,
)

Implementation

external PromiseJsImpl<List<dynamic>> decodeBuffer(
    Uint8List bytes, int width, int height, int stride, int format);