bufferize method

Future<Uint8List> bufferize({
  1. dynamic hint,
})

Implementation

Future<Uint8List> bufferize({dynamic hint}) =>
    RustLib.instance.api.resultFrameBufferize(
      that: this,
      hint: hint,
    );