Gets push notification sound path for the current User.
User
static Future<String> getPushSound() async { sbLog.i(StackTrace.current); return await _instance._chat.getPushSound(); }