sound property
The sound to be played when the device receives a notification. Supports
"default" for the default notification sound of the device or the filename of a
sound resource bundled in the app.
Sound files must reside in /res/raw/
.
Platforms: Android
Implementation
final String? sound;