getSound method
Gets the value of android.notification.sound field.
Returns the value of android.notification.sound field, or null if absent.
Implementation
String? getSound() {
return _sound;
}
Gets the value of android.notification.sound field.
Returns the value of android.notification.sound field, or null if absent.
String? getSound() {
return _sound;
}