Element.audio constructor
Creates a new <audio>
element.
This is equivalent to calling new Element.tag('audio')
.
Implementation
factory Element.audio() => new Element.tag('audio');
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Creates a new <audio>
element.
This is equivalent to calling new Element.tag('audio')
.
factory Element.audio() => new Element.tag('audio');