seekForward property

Function? seekForward
final

Function called onTap of forwardSeekIcon.

Default action -

   controlManager.seekForward(Duration(seconds: 10));

Implementation

final Function? seekForward;