ErrorEvent constructor

ErrorEvent({
  1. required String error,
})

Implementation

ErrorEvent({required this.error}) : super(type: PlayerEventTypes.ERROR);