Sets the push sound.
Future<void> setPushSound(String sound) async { return await SendbirdChat.setPushSound(sound); }