soundNotificationSettings property
      
      SoundNotificationSettings
      get
      soundNotificationSettings
      
    
    
Настройки звуковых оповещений в текущей сессии навигатора.
Implementation
SoundNotificationSettings get soundNotificationSettings {
  _CSoundNotificationSettings res = _CNavigationManager_soundNotificationSettings(_CNavigationManagerMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}