SoundPlayerOptions constructor

SoundPlayerOptions(
  1. {required String soundUrl}
)

Implementation

SoundPlayerOptions({required this.soundUrl});