playSysSound static method

Future<void> playSysSound(
  1. int soundId
)

playSysSound ignores soundId for web

Implementation

static Future<void> playSysSound(int soundId) async {
  playBeep();
}