ProgressCallback typedef

ProgressCallback = void Function(StreamProgress)

Callback for reporting stream progress samples.

Implementation

typedef ProgressCallback = void Function(StreamProgress);