sound property
The sound to play when the device receives the notification.
Supports "default" or the filename of a sound resource bundled in the app. Sound files must reside in /res/raw/.
Implementation
core.String? sound;
The sound to play when the device receives the notification.
Supports "default" or the filename of a sound resource bundled in the app. Sound files must reside in /res/raw/.
core.String? sound;