sound property

String? sound
final

Specifies the name of the file to play for the notification.

Requires setting presentSound to true. If presentSound is set to true but sound isn't specified then it will use the default notification sound.

Implementation

final String? sound;