methods\utils\sound_player library

Classes

SoundPlayer
A sound player that plays audio from a given URL.
SoundPlayerOptions
Options for the SoundPlayer, encapsulating the sound URL.

Typedefs

SoundPlayerType = Future<void> Function(SoundPlayerOptions options)