setPushSound method

Future<void> setPushSound(
  1. String sound
)

Sets the push sound.

Implementation

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