onSeek property

dynamic Function(double value)? onSeek
final

Callback function triggered when the user seeks through the audio.

Implementation

final Function(double value)? onSeek;