getPushSound method

Future<String> getPushSound()

Gets push notification sound path for the current User.

Implementation

Future<String> getPushSound() async {
  return await SendbirdChat.getPushSound();
}