DocumentReaderPrepareCompletion typedef

DocumentReaderPrepareCompletion = void Function(PrepareProgress progress)

Callback for receiving notifications on Documents Database preparation.

Implementation

typedef DocumentReaderPrepareCompletion = void Function(
  PrepareProgress progress,
);