DocumentReaderPrepareCompletion typedef

DocumentReaderPrepareCompletion = void Function(int progress)

Callback for receiving notifications on Documents Database preparation.

progress current % value of progress.

Implementation

typedef DocumentReaderPrepareCompletion = void Function(int progress);