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