LocalRenderCallback typedef

LocalRenderCallback = void Function(Uint8List data, OutputInfo info)

Signature for the local render output callback.

Provides the data along with some additional info about it.

Implementation

typedef LocalRenderCallback = void Function(Uint8List data, OutputInfo info);