VideoEncoderCompletion typedef

VideoEncoderCompletion = void Function(String filePath)

Callback that allows user to receive a video file of current session. Called by DocumentReader when recording process finished.

filePath The output file URL. Contains URL to recording output for every scanning session.

Implementation

typedef VideoEncoderCompletion = void Function(
  String filePath,
);