sounds property

dynamic sounds
getter/setter pair

The sound files to use for the Device's ringtone and other sounds. This should be a map of sound names to URLs but the Map type is not supported in JS interop yet so we use dynamic with jsify.

Implementation

external dynamic sounds;