AudioSettings class
Класс для управления звуком.
- Note: Все методы могут вызываться из любого потока.
- Implemented types
Properties
- audioFocusPolicy ↔ AudioFocusPolicy
- 
  Поведения звуков других приложений при запрошенном фокусе.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- mute ↔ bool
- 
  Проигрывание звука отключено.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- volume ↔ int
- 
  Уровень громкости звука (0-100).
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override