AudioPlayer constructor

AudioPlayer({
  1. required String audioPath,
})

Implementation

AudioPlayer({
  required this.audioPath,
});