audioContext top-level property

dynamic get audioContext

An audio-processing graph built from audio modules linked together, each represented by an AudioNode.

MDN Reference

Implementation

_i2.dynamic get audioContext => _i4.getProperty(
      _self,
      'AudioContext',
    );