Unverified Commit 7ec2d360 authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Add comment to developers about adding new system sound types (#62552)

flutter/flutter#62143
parent 685590f8
......@@ -22,6 +22,9 @@ enum SystemSoundType {
/// web platform does not support playing any sounds, so this will be
/// ignored on the web as well.
alert,
// If you add new values here, you also need to update the `SoundType` Java
// enum in `PlatformChannel.java`.
}
/// Provides access to the library of short system specific sounds for common
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment