ProgressionCallback typedef

ProgressionCallback = void Function(int elapsedTime, int duration)

Callback that indicates the progression of the media being played.

Implementation

typedef ProgressionCallback = void Function(int elapsedTime, int duration);