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