ProgressEvent constructor

ProgressEvent({
  1. required double currentTime,
})

Implementation

ProgressEvent({required this.currentTime}) : super(type: PlayerEventTypes.PROGRESS);