JustAudioPlayer constructor

JustAudioPlayer({
  1. required String id,
})

Creates a platform player with the given id.

Implementation

JustAudioPlayer({required String id}) : super(id);