ProgressEvent constructor
ProgressEvent({
- required double currentTime,
Implementation
ProgressEvent({required this.currentTime}) : super(type: PlayerEventTypes.PROGRESS);
ProgressEvent({required this.currentTime}) : super(type: PlayerEventTypes.PROGRESS);