AudioPlayerController class

AudioPlayerController

all the audio player controls are handled here

Constructors

AudioPlayerController(String url)
calling audio player controller initialization

Properties

buttonNotifier ValueNotifier<ButtonState>
final
hashCode int
The hash code for this object.
no setterinherited
progressNotifier ValueNotifier<ProgressBarState>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
dispose audio controller
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
pause audio function
play() → void
play audio function
seek(Duration position) → void
seek audio function
toString() String
A string representation of this object.
inherited

Operators

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