playSound static method
- dynamic soundId
Play sound
Parameters
- IN soundId Sound id
Implementation
static void playSound(dynamic soundId) {
staticMethod('SoundService', 'playSound', args: soundId);
}
Play sound
Parameters
static void playSound(dynamic soundId) {
staticMethod('SoundService', 'playSound', args: soundId);
}