menu
coherent_soundgenerator package
documentation
sound_generator.dart
SoundGenerator
play static method
play static method
dark_mode
light_mode
play
static method
void
play
(
)
Play sound
Implementation
static void play() async { await _channel.invokeMethod('play'); }
coherent_soundgenerator package
documentation
sound_generator
SoundGenerator
play static method
SoundGenerator class