We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685590f commit 7ec2d36Copy full SHA for 7ec2d36
packages/flutter/lib/src/services/system_sound.dart
@@ -22,6 +22,9 @@ enum SystemSoundType {
22
/// web platform does not support playing any sounds, so this will be
23
/// ignored on the web as well.
24
alert,
25
+
26
+ // If you add new values here, you also need to update the `SoundType` Java
27
+ // enum in `PlatformChannel.java`.
28
}
29
30
/// Provides access to the library of short system specific sounds for common
0 commit comments