breakingWave method
void
breakingWave()
Plays the breaking-wave preset without awaiting the platform call.
Implementation
void breakingWave() => _presets.playSync('breakingWave');
Plays the breaking-wave preset without awaiting the platform call.
void breakingWave() => _presets.playSync('breakingWave');