FlexAudioPlayerController class

Properties

currentPath ValueNotifier<String?>
no setter
duration ValueNotifier<Duration>
no setter
hasCompleted bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isPlaying ValueNotifier<bool>
no setter
onPlay VoidCallback?
getter/setter pair
position ValueNotifier<Duration>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ValueNotifier<ProcessingState>
no setter

Methods

dispose() → void
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
play(String path, {bool isFile = false, VoidCallback? onStop}) Future<void>
seek(Duration position) → void
stop() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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