AudioPlayer class abstract

Constructors

AudioPlayer({required String audioPath})

Properties

audioPath String
final
hashCode int
The hash code for this object.
no setterinherited
isPlaying bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondsPlayed double
getter/setter pair

Methods

createPlayer(String name, String extension) SimpleAudioPlayer
dispose() → void
getPlayer() SimpleAudioPlayer
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
play() Future<void>
stop() → void
toString() String
A string representation of this object.
inherited
updateUI() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited