ProgressCallback typedef

ProgressCallback = void Function(int progress)

Signature for callbacks that report loading progress of a page.

Implementation

typedef ProgressCallback = void Function(int progress);