getPushSound static method

Future<String> getPushSound()

Gets push notification sound path for the current User.

Implementation

static Future<String> getPushSound() async {
  sbLog.i(StackTrace.current);
  return await _instance._chat.getPushSound();
}